9 writes to Sorted
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
660dataGridViewCell.Sorted = Sorted;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (2)
474ComboBoxCellTemplate.Sorted = value; 487dataGridViewCell.Sorted = value;
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (6)
50_comboBoxCell.Sorted = true; 87_comboBoxCell.Sorted = true; 170_comboBoxCell.Sorted = sorted; 183_comboBoxCell.Sorted = sorted; 283_comboBoxCell.Sorted = sorted; 303_comboBoxCell.Sorted = sorted;
8 references to Sorted
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
415if (value == Sorted) 660dataGridViewCell.Sorted = Sorted; 1297comboBox.Sorted = Sorted;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (4)
63if (_owner.Sorted) 115if (_owner.Sorted) 139if (_owner.Sorted) 226if (_owner.Sorted)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
465return ComboBoxCellTemplate.Sorted;