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