1 write to lookupWindowManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
39
this.
lookupWindowManager
= new MiniMapViewController(this.lookupCanvas, this.lookupWindow, this.contentGrid);
6 references to lookupWindowManager
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (6)
51
mapControl.
lookupWindowManager
.MapSource = mapControl.MapSource;
57
if (this.
lookupWindowManager
.StartMapLookupDrag(e))
69
this.
lookupWindowManager
.DoMapLookupDrag(e);
80
this.
lookupWindowManager
.StopMapLookupDrag();
86
this.
lookupWindowManager
.CenterView(e);
94
this.
lookupWindowManager
.MapViewSizeChanged(sizeInfo);