1 instantiation of CHOOSEFONT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FontDialog.cs (1)
556
NativeMethods.CHOOSEFONT cf = new NativeMethods.
CHOOSEFONT
();
4 references to CHOOSEFONT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FontDialog.cs (2)
556
NativeMethods.
CHOOSEFONT
cf = new NativeMethods.CHOOSEFONT();
580
cf.lStructSize = Marshal.SizeOf(typeof(NativeMethods.
CHOOSEFONT
));
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3860
public int lStructSize = Marshal.SizeOf(typeof(
CHOOSEFONT
)); // ndirect.DllLib.sizeOf(this);
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
76
public static extern bool ChooseFont([In, Out] NativeMethods.
CHOOSEFONT
cf);