16 references to new
System.Windows.Forms (16)
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)
1701
using SuspendLayoutScope scope =
new
(this);
9476
using SuspendLayoutScope scope =
new
(this);
9757
using SuspendLayoutScope scope =
new
(this);
10023
using SuspendLayoutScope scope =
new
(ParentInternal);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
10149
using SuspendLayoutScope scope =
new
(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
143
using SuspendLayoutScope layoutScope =
new
(this);
179
using (SuspendLayoutScope suspendToolStripLayout =
new
(_toolStrip, performLayout: false))
210
using SuspendLayoutScope suspendHelpPaneLayout =
new
(_helpPane, performLayout: false);
220
using SuspendLayoutScope suspendCommandsPaneLayout =
new
(_commandsPane, performLayout: false);
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)
2137
using SuspendLayoutScope scope =
new
(this);
5079
using SuspendLayoutScope scope =
new
(this);