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