3 references to BackgroundMask
mscorlib (3)
system\console.cs (3)
736
if ((c & Win32Native.Color.
BackgroundMask
) != 0)
754
Win32Native.Color c = (Win32Native.Color) csbi.wAttributes & Win32Native.Color.
BackgroundMask
;
774
attrs &= ~((short)Win32Native.Color.
BackgroundMask
);