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