1 write to _itemRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridPositionData.cs (1)
18
_itemRow
= gridView._selectedRow;
2 references to _itemRow
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridPositionData.cs (2)
33
int delta = gridView._selectedRow -
_itemRow
;
36
if (
_itemRow
< gridView._visibleRows)