6 references to PropCellStyle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
428return this.Properties.ContainsObject(PropCellStyle) && this.Properties.GetObject(PropCellStyle) != null; 802DataGridViewCellStyle dgvcs = (DataGridViewCellStyle)this.Properties.GetObject(PropCellStyle); 807this.Properties.SetObject(PropCellStyle, dgvcs); 819if (value != null || this.Properties.ContainsObject(PropCellStyle)) 825this.Properties.SetObject(PropCellStyle, value);