5 references to PropCellValueType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCell.cs (5)
452return this.Properties.ContainsObject(PropCellValueType) && this.Properties.GetObject(PropCellValueType) != null; 924Type cellValueType = (Type) this.Properties.GetObject(PropCellValueType); 934if (value != null || this.Properties.ContainsObject(PropCellValueType)) 936this.Properties.SetObject(PropCellValueType, value);