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