6 references to End
System.Console (6)
System\IO\KeyParser.cs (4)
190'F' or 'q' => (ConsoleKey.End, 0), 210'w' when !isRxvt => (ConsoleKey.End, 0), 227'F' => (ConsoleKey.End, 0), 2544 or 8 => ConsoleKey.End,
System\TerminalFormatStrings.cs (2)
131AddKey(db, TermInfo.WellKnownStrings.KeyEnd, ConsoleKey.End); 156AddPrefixKey(db, "kEND", ConsoleKey.End);