1 write to dmColor
System.Drawing.Common (1)
System\Drawing\Printing\PageSettings.cs (1)
235devmode->dmColor = _color.IsTrue ? DEVMODE_COLOR.DMCOLOR_COLOR : DEVMODE_COLOR.DMCOLOR_MONOCHROME;
2 references to dmColor
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (1)
483_color = devmode->dmColor == DEVMODE_COLOR.DMCOLOR_COLOR;
System\Drawing\Printing\PrinterSettings.cs (1)
807result = (short)devmode->dmColor;