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; 5206_restoreBounds.X = x; 5211_restoreBounds.Y = y; 5214if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5216_restoreBounds.Width = width; 5219if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5221_restoreBounds.Height = height; 6463_restoreBounds.Size = Size; 6464_restoreBounds.Location = Location;