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