2 implementations of PRINTDLG
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3365public class PRINTDLG_32 : PRINTDLG { 3424public class PRINTDLG_64 : PRINTDLG {
5 references to PRINTDLG
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (4)
287internal static NativeMethods.PRINTDLG CreatePRINTDLG() { 288NativeMethods.PRINTDLG data = null; 360NativeMethods.PRINTDLG data = CreatePRINTDLG(); 373private bool ShowPrintDialog(IntPtr hwndOwner, NativeMethods.WndProc hookProcPtr, NativeMethods.PRINTDLG data) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
312public static bool PrintDlg([In, Out] NativeMethods.PRINTDLG lppd) {