3 references to uChar
mscorlib (3)
system\console.cs (3)
1518char ch = (char) ir.keyEvent.uChar; 1554ConsoleKeyInfo info = new ConsoleKeyInfo((char)ir.keyEvent.uChar, (ConsoleKey) ir.keyEvent.virtualKeyCode, shift, alt, control); 1557Console.Write(ir.keyEvent.uChar);