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