1 write to parent
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
110this.parent = parent;
4 references to parent
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (4)
122left = (left + Width > this.parent.MapWidth ? this.parent.MapWidth - Width : left); 136top = (top + Height > this.parent.MapHeight ? this.parent.MapHeight - Height : top);