2 writes to Value
ReachFramework (2)
PrintConfig\PrintSchemaShim.cs (1)
556
ticket.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)
104
return
Value
.ToString(CultureInfo.CurrentCulture);
PrintConfig\PrintSchemaShim.cs (2)
393
&& deltaTicket.JobCopyCount.
Value
> 0)
395
SetCopies(baseDevMode, deltaTicket.JobCopyCount.
Value
);
PrintConfig\PrtTicket_Public_Simple.cs (1)
387
int copyValue = _printTicket.JobCopyCount.
Value
;