2 writes to Copies
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
434Copy(DevModeFields.DM_COPIES, fields, src.Copies, (short value) => this.Copies = value);
PrintConfig\PrintSchemaShim.cs (1)
565devMode.Copies = Clamp(copyCount, 1, short.MaxValue);
3 references to Copies
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (1)
434Copy(DevModeFields.DM_COPIES, fields, src.Copies, (short value) => this.Copies = value);
PrintConfig\FallbackPTProvider.cs (1)
160defaultCopies = Math.Max(minCopies, Math.Min(defaultDevMode.Copies, maxCopies));
PrintConfig\PrintSchemaShim.cs (1)
219SetCopies(baseTicket, deltaDevMode.Copies);