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