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