2 references to DataGridViewCheckBoxCell
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
56public DataGridViewCheckBoxCell() : this(false /*threeState*/)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
31: base(new DataGridViewCheckBoxCell(threeState))