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