mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Removed partial method from MapPanel
This commit is contained in:
parent
eaf3ff05fa
commit
0a07c45979
2 changed files with 3 additions and 8 deletions
|
|
@ -25,11 +25,6 @@ namespace MapControl
|
|||
|
||||
protected IEnumerable<FrameworkElement> ChildElements => Children.OfType<FrameworkElement>();
|
||||
|
||||
partial void InitMapPanel()
|
||||
{
|
||||
InitMapElement(this);
|
||||
}
|
||||
|
||||
public static void InitMapElement(FrameworkElement element)
|
||||
{
|
||||
// Workaround for missing property value inheritance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue