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