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