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