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