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))); 24347if (!VisibleCellExists || CurrentCellIsFirstVisibleCell) 24360if (!VisibleCellExists || CurrentCellIsLastVisibleCell) 24387if (!VisibleCellExists || CurrentCellIsFirstVisibleCell) 24400if (!VisibleCellExists || CurrentCellIsLastVisibleCell)