4 writes to UseEXDialog
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
57this.printDialog1.UseEXDialog = true;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PrintDialogDesigner.cs (1)
23dialog.UseEXDialog = true;
System.Windows.Forms.UI.IntegrationTests (2)
PrintDialogTests.cs (2)
21dialog.UseEXDialog = false; 30dialog.UseEXDialog = false;
3 references to UseEXDialog
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
153if (!UseEXDialog) 220UseEXDialog ? ShowPrintDialogEx((HWND)hwndOwner) : ShowPrintDialog((HWND)hwndOwner);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\PrintDialogDesignerTests.cs (1)
19printDialog.UseEXDialog.Should().BeTrue();