1 write to UseEXDialog
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PrintDialogDesigner.cs (1)
23
dialog.
UseEXDialog
= true;
2 references to UseEXDialog
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
153
if (!
UseEXDialog
)
220
UseEXDialog
? ShowPrintDialogEx((HWND)hwndOwner) : ShowPrintDialog((HWND)hwndOwner);