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