Restored partial declarations for CsWinRT1028

This commit is contained in:
ClemensFischer 2026-01-30 08:14:45 +01:00
parent 359cbe8908
commit 4fa2470739
16 changed files with 20 additions and 20 deletions

View file

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