1 type derived from SingleSelectRootGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
14internal sealed partial class MultiSelectRootGridEntry : SingleSelectRootGridEntry
1 instantiation of SingleSelectRootGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
900? new SingleSelectRootGridEntry(
6 references to SingleSelectRootGridEntry
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
218/// The root grid entry <see cref="SingleSelectRootGridEntry"/> maintains this value. 228/// The root grid entry <see cref="SingleSelectRootGridEntry"/> maintains this value. 242/// The root grid entry <see cref="SingleSelectRootGridEntry"/> maintains this value. The owning
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (2)
331return parentGridEntry is SingleSelectRootGridEntry 392if (owner.ParentGridEntry is SingleSelectRootGridEntry)
System\Windows\Forms\Design\IWindowsFormsEditorService.cs (1)
23/// <see cref="PropertyGrid.PropertyGridServiceProvider"/> in the <see cref="SingleSelectRootGridEntry.GetService(Type)"/>