7 writes to printerName
ReachFramework (7)
PrintSystemExceptions\PrintSystemException.cs (7)
334
{ this.
printerName
= null;
351
this.
printerName
= null;
373
this.
printerName
= null;
421
this.
printerName
= printerName;
436
this.
printerName
= printerName;
453
this.
printerName
= printerName;
468
this.
printerName
= (String)(info.GetValue("PrinterName", typeof(System.String)));
2 references to printerName
ReachFramework (2)
PrintSystemExceptions\PrintSystemException.cs (2)
385
return
printerName
;
406
info?.AddValue("PrinterName",
printerName
);