4 references to MenuFont
System.Drawing.Common (3)
System\Drawing\SystemFonts.cs (3)
31else if (nameof(MenuFont).Equals(systemFontName)) 33return MenuFont; 98menuFont.SetSystemFontName(nameof(MenuFont));
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
102sysFont = SystemFonts.MenuFont;