1 instantiation of PRINTDLGW_64
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
233
PRINTDLGW_64 dialogSettings64 =
new
()
28 references to PRINTDLGW_64
System.Windows.Forms (4)
System\Windows\Forms\Printing\PrintDialog.cs (4)
233
PRINTDLGW_64
dialogSettings64 = new()
235
lStructSize = (uint)sizeof(
PRINTDLGW_64
),
239
PRINTDLGW_64
* dialogSettings = RuntimeInformation.ProcessArchitecture == Architecture.X86
240
? (
PRINTDLGW_64
*)&dialogSettings32
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"/>
System.Windows.Forms.Primitives.Tests (2)
Interop\Comdlg32\PRINTDLGWTests.cs (2)
61
Assert.Equal(120, sizeof(
PRINTDLGW_64
));
72
PRINTDLGW_64
sut = default;