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