1 instantiation of SubDataGridViewCheckBoxCell
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6439using SubDataGridViewCheckBoxCell cellTemplate = new();
3 references to SubDataGridViewCheckBoxCell
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewCellTests.cs (3)
6439using SubDataGridViewCheckBoxCell cellTemplate = new(); 6447SubDataGridViewCheckBoxCell cell = (SubDataGridViewCheckBoxCell)dataGridView.Rows[0].Cells[0];