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