7 writes to printerName
ReachFramework (7)
PrintSystemExceptions\PrintSystemException.cs (7)
343
{ this.
printerName
= null;
360
this.
printerName
= null;
382
this.
printerName
= null;
433
this.
printerName
= printerName;
448
this.
printerName
= printerName;
465
this.
printerName
= printerName;
480
this.
printerName
= (String)(info.GetValue("PrinterName", typeof(System.String)));
2 references to printerName
ReachFramework (2)
PrintSystemExceptions\PrintSystemException.cs (2)
394
return
printerName
;
417
info.AddValue("PrinterName",
printerName
);