2 writes to Scale
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
433
Copy(DevModeFields.DM_SCALE, fields, src.Scale, (short value) => this.
Scale
= value);
PrintConfig\PrintSchemaShim.cs (1)
1077
devMode.
Scale
= Clamp(scale, short.MinValue, short.MaxValue);
2 references to Scale
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
433
Copy(DevModeFields.DM_SCALE, fields, src.
Scale
, (short value) => this.Scale = value);
PrintConfig\PrintSchemaShim.cs (1)
229
SetScale(baseTicket, deltaDevMode.
Scale
);