3 references to Multiply
System.Console (3)
System\IO\KeyParser.cs (3)
94ConsoleKey.Multiply => '*', 192'j' => (ConsoleKey.Multiply, 0), // used by both xterm and rxvt 326'*' => ConsoleKey.Multiply, // We can't distinguish Dx+Shift and Multiply (Numeric Keypad). Limitation: Shift+Dx can't be mapped.