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)
13public void Dispose() => _comboBoxCell.Dispose(); 18_collection = new(_comboBoxCell); 52_comboBoxCell.Sorted = true; 89_comboBoxCell.Sorted = true; 103DataGridViewComboBoxCell.ObjectCollection items = new(_comboBoxCell) { "Item1", "Item2", "Item3" }; 172_comboBoxCell.Sorted = sorted; 185_comboBoxCell.Sorted = sorted; 285_comboBoxCell.Sorted = sorted; 305_comboBoxCell.Sorted = sorted;