6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
697_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5105_restoredWindowBoundsSpecified = 0; 5263_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5266_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6553_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6555_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
679BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5096if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5104_restoredWindowBoundsSpecified);