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