3 references to 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);