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