示例#1
0
        partial void Initialize()
        {
            IsHitTestVisible = false;

            MapPanel.AddParentMapHandlers(this);
        }
 public Pushpin()
 {
     DefaultStyleKey = typeof(Pushpin);
     MapPanel.AddParentMapHandlers(this);
 }
 public MapItem()
 {
     DefaultStyleKey = typeof(MapItem);
     MapPanel.AddParentMapHandlers(this);
 }
 public MapPath()
 {
     MapPanel.AddParentMapHandlers(this);
 }