2 writes to Collate
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
438
Copy(DevModeFields.DM_COLLATE, fields, src.Collate, (DevModeCollate value) => this.
Collate
= value);
PrintConfig\PrintSchemaShim.cs (1)
517
TrySet(dmCollateToQResolution, collation, (collate) => devMode.
Collate
= collate);
2 references to Collate
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
438
Copy(DevModeFields.DM_COLLATE, fields, src.
Collate
, (DevModeCollate value) => this.Collate = value);
PrintConfig\PrintSchemaShim.cs (1)
198
SetCollation(baseTicket, deltaDevMode.
Collate
);