diff --git a/MapControl/Shared/PropertyHelper.cs b/MapControl/Shared/PropertyHelper.cs index d3bab6f0..24c78e32 100644 --- a/MapControl/Shared/PropertyHelper.cs +++ b/MapControl/Shared/PropertyHelper.cs @@ -12,7 +12,7 @@ using System.Windows.Data; namespace MapControl { - public static class PropertyHelper + internal static class PropertyHelper { public static Binding GetBinding(this object sourceObject, string sourceProperty) {