6 writes to restoredWindowBoundsSpecified
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
904
restoredWindowBoundsSpecified
= preClientUpdateRestoredWindowBoundsSpecified;
5688
restoredWindowBoundsSpecified
= 0;
5867
restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.X | BoundsSpecified.Y));
5869
restoredWindowBoundsSpecified
|= (specified & (BoundsSpecified.Width | BoundsSpecified.Height));
6889
restoredWindowBoundsSpecified
= BoundsSpecified.Size;
6891
restoredWindowBoundsSpecified
|= BoundsSpecified.Location;
3 references to restoredWindowBoundsSpecified
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
888
BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified =
restoredWindowBoundsSpecified
;
5681
if ((
restoredWindowBoundsSpecified
& BoundsSpecified.Size) != 0) {
5687
restoredWindowBoundsSpecified
);