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