1 type derived from SingleSelectRootGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
14
internal sealed partial class MultiSelectRootGridEntry :
SingleSelectRootGridEntry
1 instantiation of SingleSelectRootGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
894
? new
SingleSelectRootGridEntry
(
8 references to SingleSelectRootGridEntry
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
215
/// The root grid entry <see cref="
SingleSelectRootGridEntry
"/> maintains this value.
225
/// The root grid entry <see cref="
SingleSelectRootGridEntry
"/> maintains this value.
239
/// The root grid entry <see cref="
SingleSelectRootGridEntry
"/> maintains this value. The owning
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (2)
331
return parentGridEntry is
SingleSelectRootGridEntry
392
if (owner.ParentGridEntry is
SingleSelectRootGridEntry
)
System\Windows\Forms\Design\IWindowsFormsEditorService.cs (1)
23
/// <see cref="PropertyGrid.PropertyGridServiceProvider"/> in the <see cref="
SingleSelectRootGridEntry
.GetService(Type)"/>
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridTests.cs (2)
3936
SingleSelectRootGridEntry
gridEntry = Assert.IsAssignableFrom<
SingleSelectRootGridEntry
>(selectedItem);