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; 5311_restoreBounds.X = x; 5316_restoreBounds.Y = y; 5319if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1) 5321_restoreBounds.Width = width; 5324if ((specified & BoundsSpecified.Height) != 0 || _restoreBounds.Height == -1) 5326_restoreBounds.Height = height; 6603_restoreBounds.Size = Size; 6604_restoreBounds.Location = Location;