1 write to Height
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
189
Height
= height;
7 references to Height
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (7)
136
top = (top +
Height
> this.parent.MapHeight ? this.parent.MapHeight -
Height
: top);
161
get { return this.Top + (this.
Height
/ 2.0); }
219
Top = y - (
Height
/ 2.0);
391
if (null != MapSource && 0 != this.lookupWindow.Width && 0 != this.lookupWindow.
Height
)
394
MapSource.ScrollToVerticalOffset((top / this.lookupWindow.
Height
) * VisibleSourceHeight);
411
this.lookupWindow.
Height
* (MapSource.VerticalOffset / VisibleSourceHeight);