6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
699_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5104_restoredWindowBoundsSpecified = 0; 5262_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5265_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6579_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6581_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
681BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5095if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5103_restoredWindowBoundsSpecified);