5 references to DM_COPIES
ReachFramework (5)
MS\Internal\Printing\Configuration\DevMode.cs (2)
197this.SetField(DevModeFields.DM_COPIES); 434Copy(DevModeFields.DM_COPIES, fields, src.Copies, (short value) => this.Copies = value);
PrintConfig\PrintSchemaShim.cs (3)
217if (IsSet(DevModeFields.DM_COPIES, supportedFields) && deltaDevMode.IsFieldSet(DevModeFields.DM_COPIES)) 396if (IsSet(DevModeFields.DM_COPIES, supportedFields)