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