6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
699_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5153_restoredWindowBoundsSpecified = 0; 5311_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5314_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6628_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6630_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
681BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5144if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5152_restoredWindowBoundsSpecified);