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