4 references to MapHeight
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (4)
136
top = (top + Height > this.parent.
MapHeight
? this.parent.
MapHeight
- Height : top);
439
double height = this.
MapHeight
;
451
height = (this.MapSource.ViewportHeight / this.MapSource.ExtentHeight) * this.
MapHeight
;