1 write to Width
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
188Width = width;
7 references to Width
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (7)
122left = (left + Width > this.parent.MapWidth ? this.parent.MapWidth - Width : left); 156get { return this.Left + (this.Width / 2.0); } 218Left = x - (Width / 2.0); 391if (null != MapSource && 0 != this.lookupWindow.Width && 0 != this.lookupWindow.Height) 393MapSource.ScrollToHorizontalOffset((left / this.lookupWindow.Width) * VisibleSourceWidth); 408this.lookupWindow.Width * (MapSource.HorizontalOffset / VisibleSourceWidth);