6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
700
_restoredWindowBoundsSpecified
= preClientUpdateRestoredWindowBoundsSpecified;
5011
_restoredWindowBoundsSpecified
= 0;
5169
_restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.X | BoundsSpecified.Y));
5172
_restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.Width | BoundsSpecified.Height));
6451
_restoredWindowBoundsSpecified
= BoundsSpecified.Size;
6453
_restoredWindowBoundsSpecified
|= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
682
BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified =
_restoredWindowBoundsSpecified
;
5002
if ((
_restoredWindowBoundsSpecified
& BoundsSpecified.Size) != 0)
5010
_restoredWindowBoundsSpecified
);