2 references to DMCOLOR_MONOCHROME
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
56
? _printerSettings.GetModeField(ModeField.Color, (short)DEVMODE_COLOR.
DMCOLOR_MONOCHROME
) == (short)DEVMODE_COLOR.DMCOLOR_COLOR
235
devmode->dmColor = _color.IsTrue ? DEVMODE_COLOR.DMCOLOR_COLOR : DEVMODE_COLOR.
DMCOLOR_MONOCHROME
;