1 write to PrinterNameInternal
System.Drawing.Common (1)
System\Drawing\Printing\PrinterSettings.cs (1)
306set => PrinterNameInternal = value;
4 references to PrinterNameInternal
System.Drawing.Common (4)
System\Drawing\Printing\PrinterSettings.cs (4)
305get => PrinterNameInternal; 459CreateDcScope hdc = new(DriverName, PrinterNameInternal, devmode, informationOnly: false); 485CreateDcScope dc = new(DriverName, PrinterNameInternal, (DEVMODEW*)modePointer, informationOnly: true); 610fixed (char* n = PrinterNameInternal)