1 instantiation of new
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2190
handler(this,
new
(oldCount, VisibleChildCount));
2 references to new
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2351
internal delegate void GridEntryRecreateChildrenEventHandler(object sender,
GridEntryRecreateChildrenEventArgs
rce);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3501
private void OnRecreateChildren(object s,
GridEntryRecreateChildrenEventArgs
e)