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