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