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