6 writes to _restoredWindowBoundsSpecified
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
696_restoredWindowBoundsSpecified = preClientUpdateRestoredWindowBoundsSpecified; 5088_restoredWindowBoundsSpecified = 0; 5246_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.Y)); 5249_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 6564_restoredWindowBoundsSpecified = BoundsSpecified.Size; 6566_restoredWindowBoundsSpecified |= BoundsSpecified.Location;
3 references to _restoredWindowBoundsSpecified
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
678BoundsSpecified preClientUpdateRestoredWindowBoundsSpecified = _restoredWindowBoundsSpecified; 5079if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 5087_restoredWindowBoundsSpecified);