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