8 references to VisibleCellExists
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
9276
? ctrl && !((!shift && (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell))
9277
|| (shift && (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)))
9278
: !ctrl && !((!shift && (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell))
9279
|| (shift && (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)));
24347
if (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)
24360
if (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell)
24387
if (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)
24400
if (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell)