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