2 references to GetNextGridEntry
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1058return propertyGridViewAccessibleObject.GetNextGridEntry(_owningPropertyDescriptorGridEntry, propertyGridView.TopLevelGridEntries, out currentGridEntryFound);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7554var foundChild = GetNextGridEntry(currentGridEntry, gridEntry.Children, out currentGridEntryFound);