53 references to CellSelect
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
3635case DataGridViewSelectionMode.CellSelect: 3695case DataGridViewSelectionMode.CellSelect: 3721case DataGridViewSelectionMode.CellSelect:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (30)
1396case DataGridViewSelectionMode.CellSelect: 3406case DataGridViewSelectionMode.CellSelect: 3458case DataGridViewSelectionMode.CellSelect: 3480case DataGridViewSelectionMode.CellSelect: 3516case DataGridViewSelectionMode.CellSelect: 6860case DataGridViewSelectionMode.CellSelect: 6897case DataGridViewSelectionMode.CellSelect: 7733case DataGridViewSelectionMode.CellSelect: 7768if (SelectionMode == DataGridViewSelectionMode.CellSelect) 12129case DataGridViewSelectionMode.CellSelect: 13683case DataGridViewSelectionMode.CellSelect: 17934case DataGridViewSelectionMode.CellSelect: 20172case DataGridViewSelectionMode.CellSelect: 21087case DataGridViewSelectionMode.CellSelect: 21561case DataGridViewSelectionMode.CellSelect: 22099case DataGridViewSelectionMode.CellSelect: 22529case DataGridViewSelectionMode.CellSelect: 22993case DataGridViewSelectionMode.CellSelect: 23019case DataGridViewSelectionMode.CellSelect: 23253case DataGridViewSelectionMode.CellSelect: 23278case DataGridViewSelectionMode.CellSelect: 23478case DataGridViewSelectionMode.CellSelect: 23909case DataGridViewSelectionMode.CellSelect: 24552case DataGridViewSelectionMode.CellSelect: 26552case DataGridViewSelectionMode.CellSelect: 26645case DataGridViewSelectionMode.CellSelect: 27756case DataGridViewSelectionMode.CellSelect: 28016case DataGridViewSelectionMode.CellSelect: 28546case DataGridViewSelectionMode.CellSelect: 28715case 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)
68yield return new object[] { DataGridViewSelectionMode.CellSelect, string.Empty }; 88[InlineData(DataGridViewSelectionMode.CellSelect, false)] 108[InlineData(DataGridViewSelectionMode.CellSelect)]
System\Windows\Forms\DataGridViewColumnCollectionTests.cs (3)
94[InlineData(DataGridViewSelectionMode.CellSelect, DataGridViewColumnSortMode.Automatic)] 95[InlineData(DataGridViewSelectionMode.CellSelect, DataGridViewColumnSortMode.NotSortable)] 96[InlineData(DataGridViewSelectionMode.CellSelect, DataGridViewColumnSortMode.Programmatic)]
System\Windows\Forms\DataGridViewRowTests.cs (1)
2941[InlineData(DataGridViewSelectionMode.CellSelect, false)]
System\Windows\Forms\DataGridViewSelectedCellCollectionTests.cs (12)
30SelectionMode = DataGridViewSelectionMode.CellSelect 50SelectionMode = DataGridViewSelectionMode.CellSelect 81SelectionMode = DataGridViewSelectionMode.CellSelect 106SelectionMode = DataGridViewSelectionMode.CellSelect 152SelectionMode = DataGridViewSelectionMode.CellSelect 202SelectionMode = DataGridViewSelectionMode.CellSelect 224SelectionMode = DataGridViewSelectionMode.CellSelect 257SelectionMode = DataGridViewSelectionMode.CellSelect 329SelectionMode = DataGridViewSelectionMode.CellSelect 366SelectionMode = DataGridViewSelectionMode.CellSelect 407SelectionMode = DataGridViewSelectionMode.CellSelect 458SelectionMode = DataGridViewSelectionMode.CellSelect