7 references to CellType
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
10788
if (dataGridViewColumn.
CellType
is null)
10866
if (Rows.Count > 0 && dataGridViewColumn.
CellType
is null)
10937
Debug.Assert(dataGridViewColumn.
CellType
is not null);
10955
Debug.Assert(dataGridViewColumn.
CellType
is not null);
15423
if (dataGridViewColumn.
CellType
is null)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnConverter.cs (2)
40
if (dataGridViewColumn.
CellType
is not null)
45
return new InstanceDescriptor(ctor, new object[] { dataGridViewColumn.
CellType
}, false);