1 instantiation of PRINTDLG_32
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
290data = new NativeMethods.PRINTDLG_32();
3 references to PRINTDLG_32
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
306public static extern bool PrintDlg_32([In, Out] NativeMethods.PRINTDLG_32 lppd); 314NativeMethods.PRINTDLG_32 lppd_32 = lppd as NativeMethods.PRINTDLG_32;