17 references to new
System.Windows.Forms (17)
System\Windows\Forms\Control.ControlCollection.cs (3)
94
using (SuspendLayoutScope scope =
new
(Owner, performLayout: false))
148
using SuspendLayoutScope scope =
new
(Owner, performLayout: true);
382
using SuspendLayoutScope scope =
new
(Owner);
System\Windows\Forms\Control.cs (4)
1796
using SuspendLayoutScope scope =
new
(this);
9617
using SuspendLayoutScope scope =
new
(this);
9898
using SuspendLayoutScope scope =
new
(this);
10161
using SuspendLayoutScope scope =
new
(ParentInternal);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
10143
using SuspendLayoutScope scope =
new
(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
145
using SuspendLayoutScope layoutScope =
new
(this);
181
using (SuspendLayoutScope suspendToolStripLayout =
new
(_toolStrip, performLayout: false))
212
using SuspendLayoutScope suspendHelpPaneLayout =
new
(_helpPane, performLayout: false);
222
using SuspendLayoutScope suspendCommandsPaneLayout =
new
(_commandsPane, performLayout: false);
3978
using (SuspendLayoutScope scope =
new
(_toolStrip))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
35
using SuspendLayoutScope scope =
new
(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
596
using (SuspendLayoutScope scope =
new
(this, performLayout: true))
System\Windows\Forms\Form.cs (2)
2214
using SuspendLayoutScope scope =
new
(this);
5150
using SuspendLayoutScope scope =
new
(this);