2 writes to Value
ReachFramework (2)
PrintConfig\PrintSchemaShim.cs (1)
556ticket.JobCopyCount.Value = Clamp(devModeCopies, 1, short.MaxValue);
PrintConfig\PrtTicket_Public_Simple.cs (1)
409_printTicket.JobCopyCount.Value = (int)value;
4 references to Value
ReachFramework (4)
PrintConfig\PageCopyCount.cs (1)
104return Value.ToString(CultureInfo.CurrentCulture);
PrintConfig\PrintSchemaShim.cs (2)
393&& deltaTicket.JobCopyCount.Value > 0) 395SetCopies(baseDevMode, deltaTicket.JobCopyCount.Value);
PrintConfig\PrtTicket_Public_Simple.cs (1)
387int copyValue = _printTicket.JobCopyCount.Value;