7 instantiations of LOGFONT
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
4882
NativeMethods.LOGFONT logfont = new NativeMethods.
LOGFONT
();
winforms\Managed\System\WinForms\Control.cs (1)
18948
NativeMethods.LOGFONT logFont = new NativeMethods.
LOGFONT
();
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2067
NativeMethods.LOGFONT logfont = new NativeMethods.
LOGFONT
();
winforms\Managed\System\WinForms\FontDialog.cs (2)
476
NativeMethods.LOGFONT lf = new NativeMethods.
LOGFONT
();
558
NativeMethods.LOGFONT lf = new NativeMethods.
LOGFONT
();
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2884
NativeMethods.LOGFONT logfont = new NativeMethods.
LOGFONT
();
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
680
NativeMethods.LOGFONT logfont = new NativeMethods.
LOGFONT
();
25 references to LOGFONT
System.Windows.Forms (25)
winforms\Managed\System\WinForms\AxHost.cs (1)
4882
NativeMethods.
LOGFONT
logfont = new NativeMethods.LOGFONT();
winforms\Managed\System\WinForms\Control.cs (1)
18948
NativeMethods.
LOGFONT
logFont = new NativeMethods.LOGFONT();
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2067
NativeMethods.
LOGFONT
logfont = new NativeMethods.LOGFONT();
winforms\Managed\System\WinForms\FontDialog.cs (7)
476
NativeMethods.
LOGFONT
lf = new NativeMethods.LOGFONT();
558
NativeMethods.
LOGFONT
lf = new NativeMethods.LOGFONT();
577
logFontPtr = Marshal.AllocCoTaskMem(Marshal.SizeOf(typeof(NativeMethods.
LOGFONT
)));
613
NativeMethods.
LOGFONT
lfReturned = null;
614
lfReturned = (NativeMethods.
LOGFONT
)UnsafeNativeMethods.PtrToStructure(logFontPtr, typeof(NativeMethods.
LOGFONT
));
684
private void UpdateFont(NativeMethods.
LOGFONT
lf) {
winforms\Managed\System\WinForms\NativeMethods.cs (6)
3144
public
LOGFONT
lfCaptionFont = null;
3148
public
LOGFONT
lfSmCaptionFont = null;
3152
public
LOGFONT
lfMenuFont = null;
3154
public
LOGFONT
lfStatusFont = null;
3156
public
LOGFONT
lfMessageFont = null;
3670
public LOGFONT(
LOGFONT
lf )
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2884
NativeMethods.
LOGFONT
logfont = new NativeMethods.LOGFONT();
2938
static private void FontToLogFont(Font value, NativeMethods.
LOGFONT
logfont) {
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
805
public static extern int GetThemeFont(HandleRef hTheme, HandleRef hdc, int iPartId, int iStateId, int iPropId, NativeMethods.
LOGFONT
pFont);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (5)
685
public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] NativeMethods.
LOGFONT
lf);
686
public static int GetObject(HandleRef hObject, NativeMethods.
LOGFONT
lp) {
687
return GetObject(hObject, Marshal.SizeOf(typeof(NativeMethods.
LOGFONT
)), lp);
1038
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, [In, Out] NativeMethods.
LOGFONT
lParam);
1194
public static extern bool SystemParametersInfo(int nAction, int nParam, [In, Out] NativeMethods.
LOGFONT
font, int nUpdate);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
680
NativeMethods.
LOGFONT
logfont = new NativeMethods.LOGFONT();