4 references to CurrentCellIsFirstVisibleCell
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
9277
|| (shift && (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)))
9279
|| (shift && (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)));
24347
if (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)
24387
if (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)