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