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