53 references to CellSelect
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
3627case DataGridViewSelectionMode.CellSelect: 3687case DataGridViewSelectionMode.CellSelect: 3713case DataGridViewSelectionMode.CellSelect:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (30)
1397case DataGridViewSelectionMode.CellSelect: 3409case DataGridViewSelectionMode.CellSelect: 3461case DataGridViewSelectionMode.CellSelect: 3483case DataGridViewSelectionMode.CellSelect: 3519case DataGridViewSelectionMode.CellSelect: 6863case DataGridViewSelectionMode.CellSelect: 6900case DataGridViewSelectionMode.CellSelect: 7735case DataGridViewSelectionMode.CellSelect: 7770if (SelectionMode == DataGridViewSelectionMode.CellSelect) 12122case DataGridViewSelectionMode.CellSelect: 13672case DataGridViewSelectionMode.CellSelect: 17921case DataGridViewSelectionMode.CellSelect: 20166case DataGridViewSelectionMode.CellSelect: 21081case DataGridViewSelectionMode.CellSelect: 21555case DataGridViewSelectionMode.CellSelect: 22093case DataGridViewSelectionMode.CellSelect: 22523case DataGridViewSelectionMode.CellSelect: 22984case DataGridViewSelectionMode.CellSelect: 23010case DataGridViewSelectionMode.CellSelect: 23242case DataGridViewSelectionMode.CellSelect: 23267case DataGridViewSelectionMode.CellSelect: 23467case DataGridViewSelectionMode.CellSelect: 23898case DataGridViewSelectionMode.CellSelect: 24541case DataGridViewSelectionMode.CellSelect: 26542case DataGridViewSelectionMode.CellSelect: 26635case DataGridViewSelectionMode.CellSelect: 27745case DataGridViewSelectionMode.CellSelect: 28005case DataGridViewSelectionMode.CellSelect: 28535case DataGridViewSelectionMode.CellSelect: 28704case DataGridViewSelectionMode.CellSelect:
System\Windows\Forms\Controls\DataGridView\DataGridViewCellLinkedList.cs (1)
73Debug.Assert(dataGridViewCell.DataGridView!.SelectionMode == DataGridViewSelectionMode.CellSelect ||
System.Windows.Forms.Tests (19)
System\Windows\Forms\AccessibleObjects\DataGridViewRowHeaderCellAccessibleObjectTests.cs (3)
66yield return new object[] { DataGridViewSelectionMode.CellSelect, string.Empty }; 86[InlineData(DataGridViewSelectionMode.CellSelect, false)] 106[InlineData(DataGridViewSelectionMode.CellSelect)]
System\Windows\Forms\DataGridViewColumnCollectionTests.cs (3)
92[InlineData(DataGridViewSelectionMode.CellSelect, DataGridViewColumnSortMode.Automatic)] 93[InlineData(DataGridViewSelectionMode.CellSelect, DataGridViewColumnSortMode.NotSortable)] 94[InlineData(DataGridViewSelectionMode.CellSelect, DataGridViewColumnSortMode.Programmatic)]
System\Windows\Forms\DataGridViewRowTests.cs (1)
2939[InlineData(DataGridViewSelectionMode.CellSelect, false)]
System\Windows\Forms\DataGridViewSelectedCellCollectionTests.cs (12)
28SelectionMode = DataGridViewSelectionMode.CellSelect 48SelectionMode = DataGridViewSelectionMode.CellSelect 79SelectionMode = DataGridViewSelectionMode.CellSelect 104SelectionMode = DataGridViewSelectionMode.CellSelect 150SelectionMode = DataGridViewSelectionMode.CellSelect 200SelectionMode = DataGridViewSelectionMode.CellSelect 222SelectionMode = DataGridViewSelectionMode.CellSelect 255SelectionMode = DataGridViewSelectionMode.CellSelect 327SelectionMode = DataGridViewSelectionMode.CellSelect 364SelectionMode = DataGridViewSelectionMode.CellSelect 405SelectionMode = DataGridViewSelectionMode.CellSelect 456SelectionMode = DataGridViewSelectionMode.CellSelect