4 writes to UseEXDialog
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
57
this.printDialog1.
UseEXDialog
= true;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PrintDialogDesigner.cs (1)
23
dialog.
UseEXDialog
= true;
System.Windows.Forms.UI.IntegrationTests (2)
PrintDialogTests.cs (2)
21
dialog.
UseEXDialog
= false;
30
dialog.
UseEXDialog
= false;
3 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);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\PrintDialogDesignerTests.cs (1)
19
printDialog.
UseEXDialog
.Should().BeTrue();