3 references to MenuFont
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1498
OnDrawItem(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)
346
Font font = SystemInformation.
MenuFont
;
AuthoringOM\Design\Themes.cs (1)
3112
return SystemInformation.
MenuFont
.SizeInPoints;