16 instantiations of SuspendLayoutScope
System.Windows.Forms (16)
System\Windows\Forms\Control.ControlCollection.cs (3)
94using (SuspendLayoutScope scope = new(Owner, performLayout: false)) 148using SuspendLayoutScope scope = new(Owner, performLayout: true); 382using SuspendLayoutScope scope = new(Owner);
System\Windows\Forms\Control.cs (4)
1701using SuspendLayoutScope scope = new(this); 9476using SuspendLayoutScope scope = new(this); 9765using SuspendLayoutScope scope = new(this); 10031using SuspendLayoutScope scope = new(ParentInternal);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
10148using SuspendLayoutScope scope = new(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
143using SuspendLayoutScope layoutScope = new(this); 179using (SuspendLayoutScope suspendToolStripLayout = new(_toolStrip, performLayout: false)) 210using SuspendLayoutScope suspendHelpPaneLayout = new(_helpPane, performLayout: false); 220using SuspendLayoutScope suspendCommandsPaneLayout = new(_commandsPane, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
35using SuspendLayoutScope scope = new(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
596using (SuspendLayoutScope scope = new(this, performLayout: true))
System\Windows\Forms\Form.cs (2)
2137using SuspendLayoutScope scope = new(this); 5079using SuspendLayoutScope scope = new(this);
16 references to SuspendLayoutScope
System.Windows.Forms (16)
System\Windows\Forms\Control.ControlCollection.cs (3)
94using (SuspendLayoutScope scope = new(Owner, performLayout: false)) 148using SuspendLayoutScope scope = new(Owner, performLayout: true); 382using SuspendLayoutScope scope = new(Owner);
System\Windows\Forms\Control.cs (4)
1701using SuspendLayoutScope scope = new(this); 9476using SuspendLayoutScope scope = new(this); 9765using SuspendLayoutScope scope = new(this); 10031using SuspendLayoutScope scope = new(ParentInternal);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
10148using SuspendLayoutScope scope = new(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
143using SuspendLayoutScope layoutScope = new(this); 179using (SuspendLayoutScope suspendToolStripLayout = new(_toolStrip, performLayout: false)) 210using SuspendLayoutScope suspendHelpPaneLayout = new(_helpPane, performLayout: false); 220using SuspendLayoutScope suspendCommandsPaneLayout = new(_commandsPane, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
35using SuspendLayoutScope scope = new(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
596using (SuspendLayoutScope scope = new(this, performLayout: true))
System\Windows\Forms\Form.cs (2)
2137using SuspendLayoutScope scope = new(this); 5079using SuspendLayoutScope scope = new(this);