7 references to s_fontProperty
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1886
Font? previous = Properties.GetValueOrDefault<Font>(
s_fontProperty
);
1895
Properties.AddOrRemoveValue(
s_fontProperty
, value);
3017
bool checkFont = !Properties.ContainsKey(
s_fontProperty
);
6253
internal bool IsFontSet() => Properties.ContainsKey(
s_fontProperty
);
10587
internal virtual bool ShouldSerializeFont() => Properties.ContainsKey(
s_fontProperty
);
10780
Properties.TryGetValue(
s_fontProperty
, out font);
10792
Properties.AddOrRemoveValue(
s_fontProperty
, scaledFont);