6 references to PropDefaultHeaderCellType
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewBand.cs (6)
171Type dhct = (Type)this.Properties.GetObject(PropDefaultHeaderCellType); 187if (value != null || this.Properties.ContainsObject(PropDefaultHeaderCellType)) 191this.Properties.SetObject(PropDefaultHeaderCellType, value); 326return this.Properties.ContainsObject(PropDefaultHeaderCellType) && this.Properties.GetObject(PropDefaultHeaderCellType) != null; 1036Type dhct = (Type)this.Properties.GetObject(PropDefaultHeaderCellType);