2 instantiations of PRINTDLGEXW
System.Drawing.Common (1)
System\Drawing\Printing\PrinterSettings.cs (1)
549PRINTDLGEXW dialogSettings = new()
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
352PRINTDLGEXW dialogSettings = new()
6 references to PRINTDLGEXW
System.Drawing.Common (2)
System\Drawing\Printing\PrinterSettings.cs (2)
549PRINTDLGEXW dialogSettings = new() 551lStructSize = (uint)sizeof(PRINTDLGEXW),
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.PrintDlgEx.cs (1)
12internal static extern unsafe HRESULT PrintDlgEx(PRINTDLGEXW* pPD);
Windows\Win32\UI\Controls\Dialogs\PRINTPAGERANGE.cs (1)
8/// supplied in the <see cref="PRINTDLGEXW"/> structure when calling the <see cref="PInvokeCore.PrintDlgEx"/> function.
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
352PRINTDLGEXW dialogSettings = new() 354lStructSize = (uint)sizeof(PRINTDLGEXW),