3 references to GetCurrentIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
6247
int currentIndex =
GetCurrentIndex
();
6258
currentIndex =
GetCurrentIndex
();
6285
return
GetCurrentIndex
() + 1; // Index is zero-based, Child ID is 1-based.