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