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