2 references to s_currentAmbientFontProperty
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
1937
if (Properties.TryGetValue(
s_currentAmbientFontProperty
, out Font? currentAmbient) && currentAmbient == ambientFont)
1943
Properties.AddValue(
s_currentAmbientFontProperty
, ambientFont);