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