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