3 writes to Color
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (1)
434
Copy(DevModeFields.DM_COLOR, fields, src.Color, (DevModeColor value) => this.
Color
= value);
PrintConfig\PrintSchemaShim.cs (2)
536
if (!TrySet(dmColorToOutputColor, outputColor, (color) => devMode.
Color
= color))
540
devMode.
Color
= DevModeColor.DMCOLOR_MONOCHROME;
2 references to Color
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
434
Copy(DevModeFields.DM_COLOR, fields, src.
Color
, (DevModeColor value) => this.Color = value);
PrintConfig\PrintSchemaShim.cs (1)
206
SetOutputColor(baseTicket, deltaDevMode.
Color
);