1 write to workingRectangle
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1096
this.
workingRectangle
= closestScreen.WorkingArea;
8 references to workingRectangle
System.Workflow.ComponentModel (8)
AuthoringOM\Design\DesignerWidgets.cs (8)
1307
if (this.
workingRectangle
.Top > bounds.Top)
1308
fittingOffset.Height += this.
workingRectangle
.Top - bounds.Top;
1309
else if (this.
workingRectangle
.Bottom < bounds.Bottom)
1310
fittingOffset.Height -= bounds.Bottom - this.
workingRectangle
.Bottom;
1312
if (this.
workingRectangle
.Left > bounds.Left)
1313
fittingOffset.Width += this.
workingRectangle
.Left - bounds.Left;
1314
else if (this.
workingRectangle
.Right < bounds.Right)
1315
fittingOffset.Width -= bounds.Right - this.
workingRectangle
.Right;