6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
697
_restoredWindowBoundsSpecified
= preClientUpdateRestoredWindowBoundsSpecified;
5105
_restoredWindowBoundsSpecified
= 0;
5263
_restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.X | BoundsSpecified.Y));
5266
_restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.Width | BoundsSpecified.Height));
6553
_restoredWindowBoundsSpecified
= BoundsSpecified.Size;
6555
_restoredWindowBoundsSpecified
|= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
679
BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified =
_restoredWindowBoundsSpecified
;
5096
if ((
_restoredWindowBoundsSpecified
& BoundsSpecified.Size) != 0)
5104
_restoredWindowBoundsSpecified
);