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