1 instantiation of PRINTDLGX86
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
775SafeNativeMethods.PRINTDLGX86 data = new SafeNativeMethods.PRINTDLGX86();
6 references to PRINTDLGX86
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4013public static extern bool PrintDlg([In, Out] PRINTDLGX86 lppd);
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
774private static SafeNativeMethods.PRINTDLGX86 CreatePRINTDLGX86() { 775SafeNativeMethods.PRINTDLGX86 data = new SafeNativeMethods.PRINTDLGX86(); 776data.lStructSize = Marshal.SizeOf(typeof(SafeNativeMethods.PRINTDLGX86)); 878SafeNativeMethods.PRINTDLGX86 data = CreatePRINTDLGX86(); 934SafeNativeMethods.PRINTDLGX86 data = CreatePRINTDLGX86();