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