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