13 references to JobScope
ReachFramework (13)
PrintConfig\FallbackPTProvider.cs (1)
127
PrintTicketToDevMode(devMode, internalTicket, PrintTicketScope.
JobScope
, DevModeFields.All);
PrintConfig\PrintSchemaShim.cs (4)
215
if (scope >= PrintTicketScope.
JobScope
)
268
if (scope >= PrintTicketScope.
JobScope
)
388
if (scope >= PrintTicketScope.
JobScope
)
643
case PrintTicketScope.
JobScope
:
PrintConfig\PTConverter.cs (4)
134
return ConvertDevModeToPrintTicket(devMode, PrintTicketScope.
JobScope
);
193
return ConvertPrintTicketToDevMode(printTicket, baseType, PrintTicketScope.
JobScope
);
247
(scope != PrintTicketScope.
JobScope
))
275
(scope != PrintTicketScope.
JobScope
))
PrintConfig\PTManager.cs (4)
338
return MergeAndValidatePrintTicket(basePrintTicket, deltaPrintTicket, PrintTicketScope.
JobScope
);
381
(scope != PrintTicketScope.
JobScope
))
415
PrintTicketScope.
JobScope
);
432
PrintTicketScope.
JobScope
);