9 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;
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)
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
;