3 references to RestoreBounds
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
5137
bounds =
RestoreBounds
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
136
Assert.Equal(new Rectangle(-1, -1, control.Width, control.Height), control.
RestoreBounds
);
System\Windows\Forms\FormTests.cs (1)
138
Assert.Equal(new Rectangle(0, 0, 300, 300), control.
RestoreBounds
);