3 references to s_defaultFontCache
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
67
if (!
s_defaultFontCache
.TryGetValue(dpi, out Font? retFont))
83
s_defaultFontCache
[dpi] = retFont;
281
s_defaultFontCache
.Clear();