1 write to itemRow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7790itemRow = gridView.selectedRow;
2 references to itemRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
7801int delta = gridView.selectedRow - itemRow; 7803if (itemRow < gridView.visibleRows) {