6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
699_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5122_restoredWindowBoundsSpecified = 0; 5280_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5283_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6597_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6599_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
681BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5113if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5121_restoredWindowBoundsSpecified);