13 references to JobScope
ReachFramework (13)
PrintConfig\FallbackPTProvider.cs (1)
123
PrintTicketToDevMode(devMode, internalTicket, PrintTicketScope.
JobScope
, DevModeFields.All);
PrintConfig\PrintSchemaShim.cs (4)
211
if (scope >= PrintTicketScope.
JobScope
)
264
if (scope >= PrintTicketScope.
JobScope
)
384
if (scope >= PrintTicketScope.
JobScope
)
639
case PrintTicketScope.
JobScope
:
PrintConfig\PTConverter.cs (4)
129
return ConvertDevModeToPrintTicket(devMode, PrintTicketScope.
JobScope
);
188
return ConvertPrintTicketToDevMode(printTicket, baseType, PrintTicketScope.
JobScope
);
242
(scope != PrintTicketScope.
JobScope
))
270
(scope != PrintTicketScope.
JobScope
))
PrintConfig\PTManager.cs (4)
332
return MergeAndValidatePrintTicket(basePrintTicket, deltaPrintTicket, PrintTicketScope.
JobScope
);
375
(scope != PrintTicketScope.
JobScope
))
409
PrintTicketScope.
JobScope
);
426
PrintTicketScope.
JobScope
);