3 references to DataGridViewCheckBoxCell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
413
dataGridViewCell = new
DataGridViewCheckBoxCell
();
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\DataGridViewCheckBoxCellAccessibleObjectTests.cs (2)
114
using DataGridViewCheckBoxCell cell =
new
();
202
using DataGridViewCheckBoxCell cell =
new
();