3 references to defaultFontCache
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripManager.cs (3)
72if (defaultFontCache.TryGetValue(dpi, out retFont) == false || retFont == null) { 84defaultFontCache[dpi] = retFont; 274defaultFontCache.Clear();