1 write to lookupWindowRectangle
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
111this.lookupWindowRectangle = lookupWindowRectangle;
9 references to lookupWindowRectangle
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (9)
116get { return Canvas.GetLeft(this.lookupWindowRectangle); } 124Canvas.SetLeft(this.lookupWindowRectangle, left); 130get { return Canvas.GetTop(this.lookupWindowRectangle); } 138Canvas.SetTop(this.lookupWindowRectangle, top); 144get { return this.lookupWindowRectangle.Width; } 145set { this.lookupWindowRectangle.Width = value; } 150get { return this.lookupWindowRectangle.Height; } 151set { this.lookupWindowRectangle.Height = value; } 197if (clickedItem == this.lookupWindowRectangle)