4 references to s_propCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (4)
280public bool HasStyle => Properties.ContainsKey(s_propCellStyle); 622if (!Properties.TryGetValue(s_propCellStyle, out DataGridViewCellStyle? dataGridViewCellStyle)) 626Properties.AddValue(s_propCellStyle, dataGridViewCellStyle); 641Properties.AddOrRemoveValue(s_propCellStyle, value);