22 references to PRINTDLGW_64
System.Windows.Forms.Primitives (22)
Windows\Win32\PInvoke.PrintDlg.cs (2)
12
internal static extern unsafe BOOL PrintDlg(
PRINTDLGW_64
* pPD);
17
return PrintDlg((
PRINTDLGW_64
*)pPD);
Windows\Win32\UI\Controls\Dialogs\PRINTDLGW_32.cs (20)
8
/// <inheritdoc cref="
PRINTDLGW_64
"/>
15
/// <inheritdoc cref="
PRINTDLGW_64
.lStructSize"/>
17
/// <inheritdoc cref="
PRINTDLGW_64
.hwndOwner"/>
19
/// <inheritdoc cref="
PRINTDLGW_64
.hDevMode"/>
21
/// <inheritdoc cref="
PRINTDLGW_64
.hDevNames"/>
23
/// <inheritdoc cref="
PRINTDLGW_64
.hDC"/>
25
/// <inheritdoc cref="
PRINTDLGW_64
.Flags"/>
27
/// <inheritdoc cref="
PRINTDLGW_64
.nFromPage"/>
29
/// <inheritdoc cref="
PRINTDLGW_64
.nToPage"/>
31
/// <inheritdoc cref="
PRINTDLGW_64
.nMinPage"/>
33
/// <inheritdoc cref="
PRINTDLGW_64
.nMaxPage"/>
35
/// <inheritdoc cref="
PRINTDLGW_64
.nCopies"/>
37
/// <inheritdoc cref="
PRINTDLGW_64
.hInstance"/>
39
/// <inheritdoc cref="
PRINTDLGW_64
.lCustData"/>
41
/// <inheritdoc cref="
PRINTDLGW_64
.lpfnPrintHook"/>
43
/// <inheritdoc cref="
PRINTDLGW_64
.lpfnSetupHook"/>
45
/// <inheritdoc cref="
PRINTDLGW_64
.lpPrintTemplateName"/>
47
/// <inheritdoc cref="
PRINTDLGW_64
.lpSetupTemplateName"/>
49
/// <inheritdoc cref="
PRINTDLGW_64
.hPrintTemplate"/>
51
/// <inheritdoc cref="
PRINTDLGW_64
.hSetupTemplate"/>