3 writes to Sorted
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
883dataGridViewCell.Sorted = this.Sorted;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (2)
476this.ComboBoxCellTemplate.Sorted = value; 487dataGridViewCell.Sorted = value;
7 references to Sorted
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (6)
609if (value != this.Sorted) 883dataGridViewCell.Sorted = this.Sorted; 1554comboBox.Sorted = this.Sorted; 2868if (this.owner.Sorted) 2940if (this.owner.Sorted) 3085if (this.owner.Sorted)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
470return this.ComboBoxCellTemplate.Sorted;