public MiniMapControl()
 {
     InitializeComponent();
     this.lookupWindowManager = new MiniMapViewController(this.lookupCanvas, this.lookupWindow, this.contentGrid);
 }
 public MiniMapControl()
 {
     InitializeComponent();
     this.lookupWindowManager = new MiniMapViewController(this.lookupCanvas, this.lookupWindow, this.contentGrid);
 }
 public LookupWindow(MiniMapViewController parent, Rectangle lookupWindowRectangle)
 {
     this.mousePosition         = new Point();
     this.parent                = parent;
     this.lookupWindowRectangle = lookupWindowRectangle;
 }
 public LookupWindow(MiniMapViewController parent, Rectangle lookupWindowRectangle)
 {
     this.mousePosition = new Point();
     this.parent = parent;
     this.lookupWindowRectangle = lookupWindowRectangle;
 }