2 instantiations of SubDataGridViewCheckBoxCell
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
6441using SubDataGridViewCheckBoxCell cellTemplate = new(); 6512using SubDataGridViewCheckBoxCell cellTemplate = new();
6 references to SubDataGridViewCheckBoxCell
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewCellTests.cs (6)
6441using SubDataGridViewCheckBoxCell cellTemplate = new(); 6449SubDataGridViewCheckBoxCell cell = (SubDataGridViewCheckBoxCell)dataGridView.Rows[0].Cells[0]; 6512using SubDataGridViewCheckBoxCell cellTemplate = new(); 6520var cell = (SubDataGridViewCheckBoxCell)dataGridView.Rows[0].Cells[0];