7 writes to printerName
ReachFramework (7)
PrintSystemExceptions\PrintSystemException.cs (7)
338
{ this.
printerName
= null;
355
this.
printerName
= null;
377
this.
printerName
= null;
428
this.
printerName
= printerName;
443
this.
printerName
= printerName;
460
this.
printerName
= printerName;
475
this.
printerName
= (String)(info.GetValue("PrinterName", typeof(System.String)));
2 references to printerName
ReachFramework (2)
PrintSystemExceptions\PrintSystemException.cs (2)
389
return
printerName
;
412
info.AddValue("PrinterName",
printerName
);