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