14 references to ConsoleColor
mscorlib (14)
system\console.cs (14)
718private static Win32Native.Color ConsoleColorToColorAttribute(ConsoleColor color, bool isBackground) 733private static ConsoleColor ColorAttributeToConsoleColor(Win32Native.Color c) 739return (ConsoleColor) c; 742public static ConsoleColor BackgroundColor { 752return ConsoleColor.Black; 783public static ConsoleColor ForegroundColor { 793return ConsoleColor.Gray; 850MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, ' ', ConsoleColor.Black, BackgroundColor); 858char sourceChar, ConsoleColor sourceForeColor, 859ConsoleColor sourceBackColor) 861if (sourceForeColor < ConsoleColor.Black || sourceForeColor > ConsoleColor.White) 863if (sourceBackColor < ConsoleColor.Black || sourceBackColor > ConsoleColor.White)