1 instantiation of CategoryGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
341propList.Add(new CategoryGridEntry(this.ownerGrid, this, category, rgpes));
11 references to CategoryGridEntry
System.Windows.Forms (11)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
255private CategoryGridEntry _owningCategoryGridEntry; 261public CategoryGridEntryAccessibleObject(CategoryGridEntry owningCategoryGridEntry) : base(owningCategoryGridEntry) {
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
103if (parent is CategoryGridEntry) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (8)
7472var categoryGridEntry = targetEntry as CategoryGridEntry; 7574internal AccessibleObject GetFirstChildProperty(CategoryGridEntry current) { 7598internal AccessibleObject GetLastChildProperty(CategoryGridEntry current) { 7622internal AccessibleObject GetNextCategory(CategoryGridEntry current) { 7629if (nextEntry is CategoryGridEntry) { 7652internal AccessibleObject GetPreviousCategory(CategoryGridEntry current) { 7659if (previousEntry is CategoryGridEntry) {