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