1 implementation of IRootGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
24internal class SingleSelectRootGridEntry : GridEntry, IRootGridEntry {
2 references to IRootGridEntry
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1140internal static IRootGridEntry Create(PropertyGridView view, object[] rgobjs, IServiceProvider baseProvider, IDesignerHost currentHost, PropertyTab tab, PropertySort initialSortType) { 1141IRootGridEntry pe = null;