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