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