17 instantiations of SuspendLayoutScope
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)
1968
using SuspendLayoutScope scope =
new
(this);
10343
using SuspendLayoutScope scope =
new
(this);
10624
using SuspendLayoutScope scope =
new
(this);
10887
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)
149
using SuspendLayoutScope layoutScope =
new
(this);
185
using (SuspendLayoutScope suspendToolStripLayout =
new
(_toolStrip, performLayout: false))
216
using SuspendLayoutScope suspendHelpPaneLayout =
new
(_helpPane, performLayout: false);
226
using SuspendLayoutScope suspendCommandsPaneLayout =
new
(_commandsPane, performLayout: false);
4016
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)
2217
using SuspendLayoutScope scope =
new
(this);
5166
using SuspendLayoutScope scope =
new
(this);
17 references to SuspendLayoutScope
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)
1968
using
SuspendLayoutScope
scope = new(this);
10343
using
SuspendLayoutScope
scope = new(this);
10624
using
SuspendLayoutScope
scope = new(this);
10887
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)
149
using
SuspendLayoutScope
layoutScope = new(this);
185
using (
SuspendLayoutScope
suspendToolStripLayout = new(_toolStrip, performLayout: false))
216
using
SuspendLayoutScope
suspendHelpPaneLayout = new(_helpPane, performLayout: false);
226
using
SuspendLayoutScope
suspendCommandsPaneLayout = new(_commandsPane, performLayout: false);
4016
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)
2217
using
SuspendLayoutScope
scope = new(this);
5166
using
SuspendLayoutScope
scope = new(this);