6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
700_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5011_restoredWindowBoundsSpecified = 0; 5169_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5172_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6451_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6453_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
682BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5002if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5010_restoredWindowBoundsSpecified);