1 write to _comboBoxCell
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (1)
15
_comboBoxCell
= new();
9 references to _comboBoxCell
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (9)
11
public void Dispose() =>
_comboBoxCell
.Dispose();
16
_collection = new(
_comboBoxCell
);
50
_comboBoxCell
.Sorted = true;
87
_comboBoxCell
.Sorted = true;
101
DataGridViewComboBoxCell.ObjectCollection items = new(
_comboBoxCell
) { "Item1", "Item2", "Item3" };
170
_comboBoxCell
.Sorted = sorted;
183
_comboBoxCell
.Sorted = sorted;
283
_comboBoxCell
.Sorted = sorted;
303
_comboBoxCell
.Sorted = sorted;