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