11 references to LOGFONT
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (3)
312
LOGFONT
logFont = default;
425
UpdateFont(ref Unsafe.As<LOGFONTW,
LOGFONT
>(ref logFont));
463
private void UpdateFont(ref
LOGFONT
lf)
System\Windows\Forms\SystemInformation.cs (2)
156
return Font.FromLogFont(Unsafe.AsRef<
LOGFONT
>((
LOGFONT
*)&data.lfMenuFont));
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
537
_lastHResult = PInvoke.GetThemeFont(this, hdc, Part, State, (int)prop, out
LOGFONT
logfont);
System.Windows.Forms.Primitives (5)
System\Drawing\FontExtensions.cs (4)
13
font.ToLogFont(out
LOGFONT
logFont);
14
return Unsafe.As<
LOGFONT
, LOGFONTW>(ref logFont);
19
font.ToLogFont(out
LOGFONT
logFont, graphics);
20
return Unsafe.As<
LOGFONT
, LOGFONTW>(ref logFont);
Windows\Win32\PInvoke.GetThemeFont.cs (1)
11
public static unsafe HRESULT GetThemeFont<T>(T hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, out
LOGFONT
pFont)