13 references to _restoreBounds
System.Windows.Forms (13)
System\Windows\Forms\Form.cs (13)
1671if (_restoreBounds.Width == -1 1672&& _restoreBounds.Height == -1 1673&& _restoreBounds.X == -1 1674&& _restoreBounds.Y == -1) 1683return _restoreBounds; 5200_restoreBounds.X = x; 5205_restoreBounds.Y = y; 5208if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5210_restoreBounds.Width = width; 5213if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5215_restoreBounds.Height = height; 6457_restoreBounds.Size = Size; 6458_restoreBounds.Location = Location;