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