1 type derived from SingleSelectRootGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
25internal class MultiSelectRootGridEntry : SingleSelectRootGridEntry {
1 instantiation of SingleSelectRootGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1151pe = new SingleSelectRootGridEntry(view, rgobjs[0], baseProvider, currentHost, tab, initialSortType);
1 reference to SingleSelectRootGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2788if (parentGridEntry is SingleSelectRootGridEntry) {