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