2 writes to Value
ReachFramework (2)
PrintConfig\PrintSchemaShim.cs (1)
560
ticket.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)
111
return
Value
.ToString(CultureInfo.CurrentCulture);
PrintConfig\PrintSchemaShim.cs (2)
397
&& deltaTicket.JobCopyCount.
Value
> 0)
399
SetCopies(baseDevMode, deltaTicket.JobCopyCount.
Value
);
PrintConfig\PrtTicket_Public_Simple.cs (1)
394
int copyValue = _printTicket.JobCopyCount.
Value
;