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