8 references to VisibleCellExists
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
9590&& !((!shift && (!VisibleCellExists || CurrentCellIsLastVisibleCell)) 9591|| (shift && (!VisibleCellExists || CurrentCellIsFirstVisibleCell))); 9596&& !((!shift && (!VisibleCellExists || CurrentCellIsLastVisibleCell)) 9597|| (shift && (!VisibleCellExists || CurrentCellIsFirstVisibleCell))); 24824if (!VisibleCellExists || CurrentCellIsFirstVisibleCell) 24837if (!VisibleCellExists || CurrentCellIsLastVisibleCell) 24864if (!VisibleCellExists || CurrentCellIsFirstVisibleCell) 24877if (!VisibleCellExists || CurrentCellIsLastVisibleCell)