3 writes to Sorted
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
660
dataGridViewCell.
Sorted
= Sorted;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (2)
474
ComboBoxCellTemplate.
Sorted
= value;
487
dataGridViewCell.
Sorted
= value;
8 references to Sorted
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
415
if (value ==
Sorted
)
660
dataGridViewCell.Sorted =
Sorted
;
1297
comboBox.Sorted =
Sorted
;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (4)
63
if (_owner.
Sorted
)
115
if (_owner.
Sorted
)
139
if (_owner.
Sorted
)
226
if (_owner.
Sorted
)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
465
return ComboBoxCellTemplate.
Sorted
;