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