mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapPanel.WPF.cs
This commit is contained in:
parent
2dd7fa8419
commit
0155f2f975
|
|
@ -41,7 +41,7 @@ namespace MapControl
|
|||
element.RenderTransformOrigin = new Point(originX, originY);
|
||||
}
|
||||
|
||||
protected IEnumerable<FrameworkElement> ChildElements => Children.OfType<FrameworkElement>();
|
||||
protected IEnumerable<FrameworkElement> ChildElements => InternalChildren.OfType<FrameworkElement>();
|
||||
|
||||
private static void SetVisible(FrameworkElement element, bool visible)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue