1 instantiation of PRINTDLG_64
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
293data = new NativeMethods.PRINTDLG_64();
3 references to PRINTDLG_64
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
310public static extern bool PrintDlg_64([In, Out] NativeMethods.PRINTDLG_64 lppd); 321NativeMethods.PRINTDLG_64 lppd_64 = lppd as NativeMethods.PRINTDLG_64;