3 instantiations of LOGFONT
System.Drawing (3)
commonui\System\Drawing\Advanced\Font.cs (2)
406
SafeNativeMethods.LOGFONT lf = new SafeNativeMethods.
LOGFONT
();
885
SafeNativeMethods.LOGFONT lf = new SafeNativeMethods.
LOGFONT
();
commonui\System\Drawing\SystemFonts.cs (1)
258
SafeNativeMethods.LOGFONT itfont = new SafeNativeMethods.
LOGFONT
();
13 references to LOGFONT
System.Drawing (13)
commonui\System\Drawing\Advanced\Font.cs (2)
406
SafeNativeMethods.
LOGFONT
lf = new SafeNativeMethods.LOGFONT();
885
SafeNativeMethods.
LOGFONT
lf = new SafeNativeMethods.LOGFONT();
commonui\System\Drawing\Advanced\Gdiplus.cs (4)
4403
public LOGFONT(
LOGFONT
lf )
4877
public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] SafeNativeMethods.
LOGFONT
lf);
4878
public static int GetObject(HandleRef hObject, SafeNativeMethods.
LOGFONT
lp) {
4879
return GetObject(hObject, System.Runtime.InteropServices.Marshal.SizeOf(typeof(SafeNativeMethods.
LOGFONT
)), lp);
commonui\System\Drawing\NativeMethods.cs (5)
109
public SafeNativeMethods.
LOGFONT
lfCaptionFont;
113
public SafeNativeMethods.
LOGFONT
lfSmCaptionFont;
117
public SafeNativeMethods.
LOGFONT
lfMenuFont;
119
public SafeNativeMethods.
LOGFONT
lfStatusFont;
121
public SafeNativeMethods.
LOGFONT
lfMessageFont;
commonui\System\Drawing\SystemFonts.cs (1)
258
SafeNativeMethods.
LOGFONT
itfont = new SafeNativeMethods.LOGFONT();
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
119
public static extern bool SystemParametersInfo(int uiAction, int uiParam, [In, Out] SafeNativeMethods.
LOGFONT
pvParam, int fWinIni);