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