1 instantiation of PRINTDLGEX
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
321NativeMethods.PRINTDLGEX data = new NativeMethods.PRINTDLGEX();
5 references to PRINTDLGEX
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (4)
320internal static NativeMethods.PRINTDLGEX CreatePRINTDLGEX() { 321NativeMethods.PRINTDLGEX data = new NativeMethods.PRINTDLGEX(); 364NativeMethods.PRINTDLGEX data = CreatePRINTDLGEX(); 457private bool ShowPrintDialog(IntPtr hwndOwner, NativeMethods.PRINTDLGEX data) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
331public static extern int PrintDlgEx([In, Out] NativeMethods.PRINTDLGEX lppdex);