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