2 references to ColorMask
mscorlib (2)
system\console.cs (2)
995
Contract.Assert((int)Win32Native.Color.
ColorMask
== 0xff, "Make sure one byte is large enough to store a Console color value!");
996
_defaultColors = (byte) (csbi.wAttributes & (short) Win32Native.Color.
ColorMask
);