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