7 references to s_fontProperty
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
2079
Font? previous = Properties.GetValueOrDefault<Font>(
s_fontProperty
);
2088
Properties.AddOrRemoveValue(
s_fontProperty
, value);
3210
bool checkFont = !Properties.ContainsKey(
s_fontProperty
);
6493
internal bool IsFontSet() => Properties.ContainsKey(
s_fontProperty
);
11329
internal virtual bool ShouldSerializeFont() => Properties.ContainsKey(
s_fontProperty
);
11522
Properties.TryGetValue(
s_fontProperty
, out font);
11534
Properties.AddOrRemoveValue(
s_fontProperty
, scaledFont);