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