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;
102
DataGridViewComboBoxCell.ObjectCollection items = new(
_comboBoxCell
) { "Item1", "Item2", "Item3" };
171
_comboBoxCell
.Sorted = sorted;
184
_comboBoxCell
.Sorted = sorted;
284
_comboBoxCell
.Sorted = sorted;
304
_comboBoxCell
.Sorted = sorted;