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))); 24350if (!VisibleCellExists || CurrentCellIsFirstVisibleCell) 24363if (!VisibleCellExists || CurrentCellIsLastVisibleCell) 24390if (!VisibleCellExists || CurrentCellIsFirstVisibleCell) 24403if (!VisibleCellExists || CurrentCellIsLastVisibleCell)