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