4 writes to YResolution
ReachFramework (4)
MS\Internal\Printing\Configuration\DevMode.cs (1)
435
Copy(DevModeFields.DM_YRESOLUTION, fields, src.YResolution, (short value) => this.
YResolution
= value);
PrintConfig\PrintSchemaShim.cs (3)
1001
devMode.
YResolution
= devModYResolution;
1005
devMode.
YResolution
= devModXResolution;
1019
devMode.
YResolution
= devModYResolution;
2 references to YResolution
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
435
Copy(DevModeFields.DM_YRESOLUTION, fields, src.
YResolution
, (short value) => this.YResolution = value);
PrintConfig\PrintSchemaShim.cs (1)
239
SetPageResolution(baseTicket, deltaDevMode.Fields, deltaDevMode.PrintQuality, deltaDevMode.
YResolution
);