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