13 references to JobScope
ReachFramework (13)
PrintConfig\FallbackPTProvider.cs (1)
122
PrintTicketToDevMode(devMode, internalTicket, PrintTicketScope.
JobScope
, DevModeFields.All);
PrintConfig\PrintSchemaShim.cs (4)
210
if (scope >= PrintTicketScope.
JobScope
)
263
if (scope >= PrintTicketScope.
JobScope
)
383
if (scope >= PrintTicketScope.
JobScope
)
638
case PrintTicketScope.
JobScope
:
PrintConfig\PTConverter.cs (4)
128
return ConvertDevModeToPrintTicket(devMode, PrintTicketScope.
JobScope
);
187
return ConvertPrintTicketToDevMode(printTicket, baseType, PrintTicketScope.
JobScope
);
241
(scope != PrintTicketScope.
JobScope
))
269
(scope != PrintTicketScope.
JobScope
))
PrintConfig\PTManager.cs (4)
331
return MergeAndValidatePrintTicket(basePrintTicket, deltaPrintTicket, PrintTicketScope.
JobScope
);
374
(scope != PrintTicketScope.
JobScope
))
408
PrintTicketScope.
JobScope
);
425
PrintTicketScope.
JobScope
);