6 references to PropDefaultCellStyle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewBand.cs (6)
127
DataGridViewCellStyle dgvcs = (DataGridViewCellStyle)this.Properties.GetObject(
PropDefaultCellStyle
);
133
this.Properties.SetObject(
PropDefaultCellStyle
, dgvcs);
145
if (value != null || this.Properties.ContainsObject(
PropDefaultCellStyle
))
152
this.Properties.SetObject(
PropDefaultCellStyle
, value);
318
return this.Properties.ContainsObject(
PropDefaultCellStyle
) && this.Properties.GetObject(
PropDefaultCellStyle
) != null;