1 instantiation of CategoryGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
271categoryGridEntries.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)
20public CategoryGridEntryAccessibleObject(CategoryGridEntry owningCategoryGridEntry) : base(owningCategoryGridEntry) 33if (!this.TryGetOwnerAs(out CategoryGridEntry? owner) 60if (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)
107if (parent is CategoryGridEntry)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (8)
125if (targetEntry is CategoryGridEntry categoryGridEntry) 253internal AccessibleObject? GetFirstChildProperty(CategoryGridEntry current) 284internal AccessibleObject? GetLastChildProperty(CategoryGridEntry current) 315internal AccessibleObject? GetNextCategory(CategoryGridEntry current) 329if (nextEntry is CategoryGridEntry) 356internal AccessibleObject? GetPreviousCategory(CategoryGridEntry current) 370if (previousEntry is CategoryGridEntry) 489if (topLevelGridEntry is CategoryGridEntry)