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