8 references to VisibleCellExists
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
9279
? ctrl && !((!shift && (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell))
9280
|| (shift && (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)))
9281
: !ctrl && !((!shift && (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell))
9282
|| (shift && (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)));
24350
if (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)
24363
if (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell)
24390
if (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)
24403
if (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell)