1 write to PrinterNameInternal
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
486PrinterNameInternal = value;
4 references to PrinterNameInternal
System.Drawing (4)
commonui\System\Drawing\Printing\PrinterSettings.cs (4)
481return PrinterNameInternal; 668DeviceContext dc = DeviceContext.CreateDC(DriverName, PrinterNameInternal, (string) null, new HandleRef(null, modePointer)); 706DeviceContext dc = DeviceContext.CreateIC(DriverName, PrinterNameInternal, (string) null, new HandleRef(null, modePointer)); 999return GetHdevmodeInternal(PrinterNameInternal);