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

@ -16,7 +16,7 @@ namespace MapControl
/// <summary>
/// A MapPanel with a collection of GroundOverlay or GeoImage children.
/// </summary>
public partial class MapOverlaysPanel : MapPanel
public class MapOverlaysPanel : MapPanel
{
public static readonly DependencyProperty SourcePathsProperty =
DependencyPropertyHelper.Register<MapOverlaysPanel, IEnumerable<string>>(nameof(SourcePaths), null,