6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
700_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5014_restoredWindowBoundsSpecified = 0; 5175_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5178_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6457_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6459_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
682BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5005if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5013_restoredWindowBoundsSpecified);