6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
699
_restoredWindowBoundsSpecified
= preClientUpdateRestoredWindowBoundsSpecified;
5104
_restoredWindowBoundsSpecified
= 0;
5262
_restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.X | BoundsSpecified.Y));
5265
_restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.Width | BoundsSpecified.Height));
6579
_restoredWindowBoundsSpecified
= BoundsSpecified.Size;
6581
_restoredWindowBoundsSpecified
|= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
681
BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified =
_restoredWindowBoundsSpecified
;
5095
if ((
_restoredWindowBoundsSpecified
& BoundsSpecified.Size) != 0)
5103
_restoredWindowBoundsSpecified
);