13 references to _restoreBounds
System.Windows.Forms (13)
System\Windows\Forms\Form.cs (13)
1667if (_restoreBounds.Width == -1 1668&& _restoreBounds.Height == -1 1669&& _restoreBounds.X == -1 1670&& _restoreBounds.Y == -1) 1679return _restoreBounds; 5293_restoreBounds.X = x; 5298_restoreBounds.Y = y; 5301if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5303_restoreBounds.Width = width; 5306if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5308_restoreBounds.Height = height; 6585_restoreBounds.Size = Size; 6586_restoreBounds.Location = Location;