1 write to dmColor
System.Drawing.Common (1)
System\Drawing\Printing\PageSettings.cs (1)
235
devmode->
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)
807
result = (short)devmode->
dmColor
;