17 references to new
System.Windows.Forms (17)
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)
1977using SuspendLayoutScope scope = new(this); 10401using SuspendLayoutScope scope = new(this); 10682using SuspendLayoutScope scope = new(this); 10945using SuspendLayoutScope scope = new(ParentInternal);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
10202using SuspendLayoutScope scope = new(this, performLayout: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
149using SuspendLayoutScope layoutScope = new(this); 185using (SuspendLayoutScope suspendToolStripLayout = new(_toolStrip, performLayout: false)) 216using SuspendLayoutScope suspendHelpPaneLayout = new(_helpPane, performLayout: false); 226using SuspendLayoutScope suspendCommandsPaneLayout = new(_commandsPane, performLayout: false); 4026using (SuspendLayoutScope scope = new(_toolStrip))
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)
2217using SuspendLayoutScope scope = new(this); 5215using SuspendLayoutScope scope = new(this);