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