3 references to DriverName
System.Drawing.Common (3)
System\Drawing\Printing\PrinterSettings.cs (3)
459CreateDcScope hdc = new(DriverName, PrinterNameInternal, devmode, informationOnly: false); 485CreateDcScope dc = new(DriverName, PrinterNameInternal, (DEVMODEW*)modePointer, informationOnly: true); 725string driver = DriverName;