1 instantiation of NUpOption
ReachFramework (1)
PrintConfig\DocumentNUp.cs (1)
155NUpOption option = new NUpOption(baseFeature);
9 references to NUpOption
ReachFramework (9)
PrintConfig\DocumentNUp.cs (8)
92public Collection<NUpOption> NUps 130NUpOption option = baseOption as NUpOption; 155NUpOption option = new NUpOption(baseFeature); 169NUpOption option = baseOption as NUpOption; 246internal Collection<NUpOption> _nUps; 271_nUps = new Collection<NUpOption>()
PrintConfig\PrtCap_Public_Simple.cs (1)
821foreach (NUpOption option in _printCap.JobNUpCapability.NUps)