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