mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update MapPanel.WPF.cs
This commit is contained in:
parent
2dd7fa8419
commit
0155f2f975
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue