4 references to CurrentCellIsFirstVisibleCell
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
9280
|| (shift && (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)))
9282
|| (shift && (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)));
24356
if (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)
24396
if (!VisibleCellExists ||
CurrentCellIsFirstVisibleCell
)