3 instantiations of new
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2184
handler(this,
new
(oldCount, VisibleChildCount));
System.Windows.Forms.Tests (2)
System\Windows\Forms\GridEntryRecreateChildrenEventArgsTests.cs (2)
19
GridEntryRecreateChildrenEventArgs args =
new
(oldCount, newCount);
28
GridEntryRecreateChildrenEventArgs args =
new
(1, 2);
4 references to new
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2345
internal delegate void GridEntryRecreateChildrenEventHandler(object sender,
GridEntryRecreateChildrenEventArgs
rce);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3517
private void OnRecreateChildren(object s,
GridEntryRecreateChildrenEventArgs
e)
System.Windows.Forms.Tests (2)
System\Windows\Forms\GridEntryRecreateChildrenEventArgsTests.cs (2)
19
GridEntryRecreateChildrenEventArgs
args = new(oldCount, newCount);
28
GridEntryRecreateChildrenEventArgs
args = new(1, 2);