1 write to lookupWindow
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
248this.lookupWindow = new LookupWindow(this, lookupWindowRectangle);
36 references to lookupWindow
System.Activities.Presentation (36)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (36)
260this.lookupWindow.Unselect(); 262this.lookupWindow.SetPosition(0.0, 0.0); 263CalculateMapPosition(this.lookupWindow.Left, this.lookupWindow.Top); 315get { return this.lookupWindow; } 332this.lookupWindow.Unselect(); 333this.lookupWindow.Center(pt.X, pt.Y); 334CalculateMapPosition(this.lookupWindow.Left, this.lookupWindow.Top); 340this.lookupWindow.Unselect(); 344this.lookupWindow.Left = 345this.lookupWindow.Left * (sizeInfo.NewSize.Width / sizeInfo.PreviousSize.Width); 349this.lookupWindow.Top = 350this.lookupWindow.Top * (sizeInfo.NewSize.Height / sizeInfo.PreviousSize.Height); 363result = this.lookupWindow.Select(hitTest.VisualHit, clickedPosition); 370this.lookupWindow.Unselect(); 375if (args.LeftButton == MouseButtonState.Released && this.lookupWindow.IsSelected) 377this.lookupWindow.Unselect(); 379if (this.lookupWindow.IsSelected) 382this.lookupWindow.SetPosition(to.X, to.Y); 384to.X - this.lookupWindow.MousePositionX, 385to.Y - this.lookupWindow.MousePositionY); 391if (null != MapSource && 0 != this.lookupWindow.Width && 0 != this.lookupWindow.Height) 393MapSource.ScrollToHorizontalOffset((left / this.lookupWindow.Width) * VisibleSourceWidth); 394MapSource.ScrollToVerticalOffset((top / this.lookupWindow.Height) * VisibleSourceHeight); 404if (!this.lookupWindow.IsSelected && null != MapSource) 406this.lookupWindow.Unselect(); 407this.lookupWindow.Left = 408this.lookupWindow.Width * (MapSource.HorizontalOffset / VisibleSourceWidth); 410this.lookupWindow.Top = 411this.lookupWindow.Height * (MapSource.VerticalOffset / VisibleSourceHeight); 423double centerX = this.lookupWindow.MapCenterXPoint; 424double centeryY = this.lookupWindow.MapCenterYPoint; 430this.lookupWindow.Center(centerX, centeryY); 453this.lookupWindow.SetSize(width, height);