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