2 instantiations of PRINTDLGEXW
System.Drawing.Common (1)
System\Drawing\Printing\PrinterSettings.cs (1)
549
PRINTDLGEXW dialogSettings =
new
()
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
352
PRINTDLGEXW dialogSettings =
new
()
6 references to PRINTDLGEXW
System.Drawing.Common (2)
System\Drawing\Printing\PrinterSettings.cs (2)
549
PRINTDLGEXW
dialogSettings = new()
551
lStructSize = (uint)sizeof(
PRINTDLGEXW
),
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.PrintDlgEx.cs (1)
12
internal 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)
352
PRINTDLGEXW
dialogSettings = new()
354
lStructSize = (uint)sizeof(
PRINTDLGEXW
),