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