4 references to CurrentCellIsLastVisibleCell
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
9279
? ctrl && !((!shift && (!VisibleCellExists ||
CurrentCellIsLastVisibleCell
))
9281
: !ctrl && !((!shift && (!VisibleCellExists ||
CurrentCellIsLastVisibleCell
))
24369
if (!VisibleCellExists ||
CurrentCellIsLastVisibleCell
)
24409
if (!VisibleCellExists ||
CurrentCellIsLastVisibleCell
)