4 references to MapWidth
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); 438double width = this.MapWidth; 443width = (this.MapSource.ViewportWidth / this.MapSource.ExtentWidth) * this.MapWidth;