2 writes to Value
ReachFramework (2)
PrintConfig\PrintSchemaShim.cs (1)
560ticket.JobCopyCount.Value = Clamp(devModeCopies, 1, short.MaxValue);
PrintConfig\PrtTicket_Public_Simple.cs (1)
416_printTicket.JobCopyCount.Value = (int)value;
4 references to Value
ReachFramework (4)
PrintConfig\PageCopyCount.cs (1)
111return Value.ToString(CultureInfo.CurrentCulture);
PrintConfig\PrintSchemaShim.cs (2)
397&& deltaTicket.JobCopyCount.Value > 0) 399SetCopies(baseDevMode, deltaTicket.JobCopyCount.Value);
PrintConfig\PrtTicket_Public_Simple.cs (1)
394int copyValue = _printTicket.JobCopyCount.Value;