1 instantiation of PRINTDLGW_32
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
227
PRINTDLGW_32 dialogSettings32 =
new
()
5 references to PRINTDLGW_32
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
227
PRINTDLGW_32
dialogSettings32 = new()
229
lStructSize = (uint)sizeof(
PRINTDLGW_32
),
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.PrintDlg.cs (1)
14
internal static unsafe BOOL PrintDlg(
PRINTDLGW_32
* pPD)
System.Windows.Forms.Primitives.Tests (2)
Interop\Comdlg32\PRINTDLGWTests.cs (2)
18
Assert.Equal(66, sizeof(
PRINTDLGW_32
));
29
PRINTDLGW_32
sut = default;