6 references to DM_SCALE
ReachFramework (6)
MS\Internal\Printing\Configuration\DevMode.cs (2)
184this.SetField(DevModeFields.DM_SCALE); 433Copy(DevModeFields.DM_SCALE, fields, src.Scale, (short value) => this.Scale = value);
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
277get { return GetBoolCapability(DevModeFields.DM_SCALE); }
PrintConfig\PrintSchemaShim.cs (3)
227if (IsSet(DevModeFields.DM_SCALE, supportedFields) && deltaDevMode.IsFieldSet(DevModeFields.DM_SCALE)) 348if (IsSet(DevModeFields.DM_SCALE, supportedFields))