1 instantiation of PRINTDLGW_32
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
227
PRINTDLGW_32 dialogSettings32 =
new
()
3 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)