4 references to TopLevelGridEntries
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
1058
return propertyGridViewAccessibleObject.GetNextGridEntry(_owningPropertyDescriptorGridEntry, propertyGridView.
TopLevelGridEntries
, out currentGridEntryFound);
1063
return propertyGridViewAccessibleObject.GetPreviousGridEntry(_owningPropertyDescriptorGridEntry, propertyGridView.
TopLevelGridEntries
, out currentGridEntryFound);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
7468
var topLevelGridEntries = _owningPropertyGridView.
TopLevelGridEntries
;
7486
var topLevelGridEntries = _owningPropertyGridView.
TopLevelGridEntries
;