Removed partial declarations

This commit is contained in:
ClemensFischer 2025-11-14 23:59:24 +01:00
parent 96513468d8
commit c594727711
16 changed files with 22 additions and 23 deletions

View file

@ -12,7 +12,7 @@ namespace MapControl
/// <summary>
/// A polygon defined by a collection of Locations.
/// </summary>
public partial class MapPolygon : MapPolypoint
public class MapPolygon : MapPolypoint
{
public static readonly DependencyProperty LocationsProperty =
DependencyPropertyHelper.Register<MapPolygon, IEnumerable<Location>>(nameof(Locations), null,