1 instantiation of CategoryGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
271
categoryGridEntries.Add(new
CategoryGridEntry
(OwnerGrid, this, entry.Key, entry.Value));
15 references to CategoryGridEntry
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (4)
20
public CategoryGridEntryAccessibleObject(
CategoryGridEntry
owningCategoryGridEntry) : base(owningCategoryGridEntry)
33
if (!this.TryGetOwnerAs(out
CategoryGridEntry
? owner)
60
if (topLevelGridEntry is
CategoryGridEntry
)
73
|| !this.TryGetOwnerAs(out
CategoryGridEntry
? owner))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1242
/// This internal override allows <see cref="
CategoryGridEntry
"/> to skip to its parent <see cref="PropertyValue"/>
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.Flags.cs (1)
37
/// True if the label should be rendered in bold text. Used by <see cref="
CategoryGridEntry
"/>.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
107
if (parent is
CategoryGridEntry
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (8)
124
if (targetEntry is
CategoryGridEntry
categoryGridEntry)
252
internal AccessibleObject? GetFirstChildProperty(
CategoryGridEntry
current)
283
internal AccessibleObject? GetLastChildProperty(
CategoryGridEntry
current)
314
internal AccessibleObject? GetNextCategory(
CategoryGridEntry
current)
328
if (nextEntry is
CategoryGridEntry
)
355
internal AccessibleObject? GetPreviousCategory(
CategoryGridEntry
current)
369
if (previousEntry is
CategoryGridEntry
)
488
if (topLevelGridEntry is
CategoryGridEntry
)