3 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;
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;