1 write to _comboBoxCell
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (1)
17
_comboBoxCell
= new();
9 references to _comboBoxCell
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (9)
13
public void Dispose() =>
_comboBoxCell
.Dispose();
18
_collection = new(
_comboBoxCell
);
52
_comboBoxCell
.Sorted = true;
89
_comboBoxCell
.Sorted = true;
103
DataGridViewComboBoxCell.ObjectCollection items = new(
_comboBoxCell
) { "Item1", "Item2", "Item3" };
172
_comboBoxCell
.Sorted = sorted;
185
_comboBoxCell
.Sorted = sorted;
285
_comboBoxCell
.Sorted = sorted;
305
_comboBoxCell
.Sorted = sorted;