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