2 writes to color
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
91set { color = value;} 562color = (mode.dmColor == SafeNativeMethods.DMCOLOR_COLOR);
4 references to color
System.Drawing (4)
commonui\System\Drawing\Printing\PageSettings.cs (4)
86if (color.IsDefault) 89return(bool) color; 341if (color.IsNotDefault && ((mode.dmFields & SafeNativeMethods.DM_COLOR) == SafeNativeMethods.DM_COLOR)) 342mode.dmColor = unchecked((short) (((bool) color) ? SafeNativeMethods.DMCOLOR_COLOR : SafeNativeMethods.DMCOLOR_MONOCHROME));