2 writes to Duplex
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
438
Copy(DevModeFields.DM_DUPLEX, fields, src.Duplex, (DevModeDuplex value) => this.
Duplex
= value);
PrintConfig\PrintSchemaShim.cs (1)
579
TrySet(dmDuplexToDuplexing, duplexing, (duplex) => devMode.
Duplex
= duplex);
2 references to Duplex
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
438
Copy(DevModeFields.DM_DUPLEX, fields, src.
Duplex
, (DevModeDuplex value) => this.Duplex = value);
PrintConfig\PrintSchemaShim.cs (1)
272
SetDuplexing(baseTicket, deltaDevMode.
Duplex
);