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)
124if (targetEntry is CategoryGridEntry categoryGridEntry) 252internal AccessibleObject? GetFirstChildProperty(CategoryGridEntry current) 283internal AccessibleObject? GetLastChildProperty(CategoryGridEntry current) 314internal AccessibleObject? GetNextCategory(CategoryGridEntry current) 328if (nextEntry is CategoryGridEntry) 355internal AccessibleObject? GetPreviousCategory(CategoryGridEntry current) 369if (previousEntry is CategoryGridEntry) 488if (topLevelGridEntry is CategoryGridEntry)