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)));
24356
if (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)
24369
if (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell)
24396
if (!
VisibleCellExists
|| CurrentCellIsFirstVisibleCell)
24409
if (!
VisibleCellExists
|| CurrentCellIsLastVisibleCell)