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)
11public void Dispose() => _comboBoxCell.Dispose(); 16_collection = new(_comboBoxCell); 50_comboBoxCell.Sorted = true; 87_comboBoxCell.Sorted = true; 101DataGridViewComboBoxCell.ObjectCollection items = new(_comboBoxCell) { "Item1", "Item2", "Item3" }; 170_comboBoxCell.Sorted = sorted; 183_comboBoxCell.Sorted = sorted; 283_comboBoxCell.Sorted = sorted; 303_comboBoxCell.Sorted = sorted;