5 references to PropValueType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (5)
169return this.Properties.ContainsObject(PropValueType) && this.Properties.GetObject(PropValueType) != null; 238Type valueType = (Type) this.Properties.GetObject(PropValueType); 247if (value != null || this.Properties.ContainsObject(PropValueType)) 249this.Properties.SetObject(PropValueType, value);