7 references to s_fontProperty
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1900
Font? previous = Properties.GetValueOrDefault<Font>(
s_fontProperty
);
1909
Properties.AddOrRemoveValue(
s_fontProperty
, value);
3031
bool checkFont = !Properties.ContainsKey(
s_fontProperty
);
6269
internal bool IsFontSet() => Properties.ContainsKey(
s_fontProperty
);
10598
internal virtual bool ShouldSerializeFont() => Properties.ContainsKey(
s_fontProperty
);
10791
Properties.TryGetValue(
s_fontProperty
, out font);
10803
Properties.AddOrRemoveValue(
s_fontProperty
, scaledFont);