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