2 writes to s_defaultFontScaled
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
1388s_defaultFontScaled = null; 1410s_defaultFontScaled = font;
5 references to s_defaultFontScaled
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (5)
347internal static Font DefaultFont => s_defaultFontScaled ?? s_defaultFont!; 1376/// Scale <see cref="s_defaultFont"/> or <see cref="s_defaultFontScaled"/> if needed. 1387s_defaultFontScaled?.Dispose(); 1407if (font is null || !font.Equals(s_defaultFontScaled)) // change s_defaultFontScaled only if needed 1409s_defaultFontScaled?.Dispose();