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