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