2 references to GetGridEntryFromOffset
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
1826
private GridEntry? GetGridEntryFromRow(int row) =>
GetGridEntryFromOffset
(row + GetScrollOffset());
1982
GridEntry? gridEntry = (entry < 0) ? GetGridEntryFromRow(_selectedRow) :
GetGridEntryFromOffset
(entry);