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