13 references to _restoreBounds
System.Windows.Forms (13)
System\Windows\Forms\Form.cs (13)
1665if (_restoreBounds.Width == -1 1666&& _restoreBounds.Height == -1 1667&& _restoreBounds.X == -1 1668&& _restoreBounds.Y == -1) 1677return _restoreBounds; 5294_restoreBounds.X = x; 5299_restoreBounds.Y = y; 5302if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5304_restoreBounds.Width = width; 5307if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5309_restoreBounds.Height = height; 6559_restoreBounds.Size = Size; 6560_restoreBounds.Location = Location;