13 references to _restoreBounds
System.Windows.Forms (13)
System\Windows\Forms\Form.cs (13)
1664if (_restoreBounds.Width == -1 1665&& _restoreBounds.Height == -1 1666&& _restoreBounds.X == -1 1667&& _restoreBounds.Y == -1) 1676return _restoreBounds; 5277_restoreBounds.X = x; 5282_restoreBounds.Y = y; 5285if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5287_restoreBounds.Width = width; 5290if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5292_restoreBounds.Height = height; 6570_restoreBounds.Size = Size; 6571_restoreBounds.Location = Location;