1 write to lfMenuFont
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
156
return Font.FromLogFont(Unsafe.AsRef<LOGFONT>((LOGFONT*)&data.
lfMenuFont
));
1 reference to lfMenuFont
System.Drawing.Common (1)
System\Drawing\SystemFonts.cs (1)
97
menuFont = GetFontFromData(metrics.
lfMenuFont
);