1 write to lfMenuFont
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
156
return Font.FromLogFont(Unsafe.AsRef<LOGFONT>((LOGFONT*)&data.
lfMenuFont
));
2 references to lfMenuFont
System.Drawing.Common (1)
System\Drawing\SystemFonts.cs (1)
97
menuFont = GetFontFromData(metrics.
lfMenuFont
);
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\SystemParametersInfoWTests.cs (1)
21
Font menuFont = Font.FromLogFont(data.
lfMenuFont
);