3 references to MenuFont
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1498OnDrawItem(new DrawItemEventArgs(g, SystemInformation.MenuFont, Rectangle.FromLTRB(dis.rcItem.left, dis.rcItem.top, dis.rcItem.right, dis.rcItem.bottom), Index, (DrawItemState)dis.itemState));
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
346Font font = SystemInformation.MenuFont;
AuthoringOM\Design\Themes.cs (1)
3112return SystemInformation.MenuFont.SizeInPoints;