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