3 references to s_propFont
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
145
get => Properties.GetValueOrDefault<Font>(
s_propFont
);
148
Font? previous = Properties.AddOrRemoveValue(
s_propFont
, value);
521
private bool ShouldSerializeFont() => Properties.ContainsKey(
s_propFont
);