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