4 references to ConsoleColorToColorAttribute
mscorlib (4)
system\console.cs (4)
763
Win32Native.Color c =
ConsoleColorToColorAttribute
(value, true);
804
Win32Native.Color c =
ConsoleColorToColorAttribute
(value, false);
920
Win32Native.Color c =
ConsoleColorToColorAttribute
(sourceBackColor, true);
921
c |=
ConsoleColorToColorAttribute
(sourceForeColor, false);