16 references to InputBinKeys
ReachFramework (16)
PrintConfig\JobInputBins.cs (10)
112PrintSchemaTags.Keywords.InputBinKeys.InputBinNames, 113PrintSchemaTags.Keywords.InputBinKeys.InputBinEnums, 227return PrintSchemaTags.Keywords.InputBinKeys.JobInputBin; 268return PrintSchemaTags.Keywords.InputBinKeys.DocumentInputBin; 309return PrintSchemaTags.Keywords.InputBinKeys.PageInputBin; 336PrintSchemaTags.Keywords.InputBinKeys.InputBinNames, 337PrintSchemaTags.Keywords.InputBinKeys.InputBinEnums), 396: base(ownerPrintTicket, PrintSchemaTags.Keywords.InputBinKeys.JobInputBin) 411: base(ownerPrintTicket, PrintSchemaTags.Keywords.InputBinKeys.DocumentInputBin) 425: base(ownerPrintTicket, PrintSchemaTags.Keywords.InputBinKeys.PageInputBin)
PrintConfig\PrintSchema.cs (3)
2222new MapEntry(InputBinKeys.JobInputBin, (int)CapabilityName.JobInputBin), 2223new MapEntry(InputBinKeys.DocumentInputBin, (int)CapabilityName.DocumentInputBin), 2224new MapEntry(InputBinKeys.PageInputBin, (int)CapabilityName.PageInputBin),
PrintConfig\PrtCap_Builder.cs (3)
607new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.InputBinKeys.JobInputBin, 610new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.InputBinKeys.DocumentInputBin, 613new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.InputBinKeys.PageInputBin,