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

@ -17,7 +17,7 @@ namespace MapControl
/// for the Polygons property if collection changes of the property itself and its
/// elements are both supposed to trigger UI updates.
/// </summary>
public class MapMultiPolygon : MapPolypoint
public partial class MapMultiPolygon : MapPolypoint
{
public static readonly DependencyProperty PolygonsProperty =
DependencyPropertyHelper.Register<MapMultiPolygon, IEnumerable<IEnumerable<Location>>>(nameof(Polygons), null,