13 references to _restoreBounds
System.Windows.Forms (13)
System\Windows\Forms\Form.cs (13)
1668if (_restoreBounds.Width == -1 1669&& _restoreBounds.Height == -1 1670&& _restoreBounds.X == -1 1671&& _restoreBounds.Y == -1) 1680return _restoreBounds; 5297_restoreBounds.X = x; 5302_restoreBounds.Y = y; 5305if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5307_restoreBounds.Width = width; 5310if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5312_restoreBounds.Height = height; 6554_restoreBounds.Size = Size; 6555_restoreBounds.Location = Location;