7 references to CellType
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewColumnConverter.cs (2)
50
if (dataGridViewColumn.
CellType
!= null) {
53
return new InstanceDescriptor(ctor, new object[] { dataGridViewColumn.
CellType
}, false);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
10945
if (dataGridViewColumn.
CellType
== null)
11019
if (this.Rows.Count > 0 && dataGridViewColumn.
CellType
== null)
11084
Debug.Assert(dataGridViewColumn.
CellType
!= null);
11101
Debug.Assert(dataGridViewColumn.
CellType
!= null);
15909
if (dataGridViewColumn.
CellType
== null)