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