5 references to DM_COLOR
ReachFramework (5)
MS\Internal\Printing\Configuration\DevMode.cs (2)
236
this.SetField(DevModeFields.
DM_COLOR
);
434
Copy(DevModeFields.
DM_COLOR
, fields, src.Color, (DevModeColor value) => this.Color = value);
PrintConfig\PrintSchemaShim.cs (3)
204
if (IsSet(DevModeFields.
DM_COLOR
, supportedFields) && deltaDevMode.IsFieldSet(DevModeFields.
DM_COLOR
))
303
if (IsSet(DevModeFields.
DM_COLOR
, supportedFields)