1 instantiation of PRINTDLGEXW
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
352
PRINTDLGEXW dialogSettings =
new
()
4 references to 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
),