7 references to s_fontProperty
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1812
Font? previous = Properties.GetValueOrDefault<Font>(
s_fontProperty
);
1821
Properties.AddOrRemoveValue(
s_fontProperty
, value);
2943
bool checkFont = !Properties.ContainsKey(
s_fontProperty
);
6139
internal bool IsFontSet() => Properties.ContainsKey(
s_fontProperty
);
10459
internal virtual bool ShouldSerializeFont() => Properties.ContainsKey(
s_fontProperty
);
10652
Properties.TryGetValue(
s_fontProperty
, out font);
10664
Properties.AddOrRemoveValue(
s_fontProperty
, scaledFont);