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),
254
4 or 8 => ConsoleKey.
End
,
System\TerminalFormatStrings.cs (2)
131
AddKey(db, TermInfo.WellKnownStrings.KeyEnd, ConsoleKey.
End
);
156
AddPrefixKey(db, "kEND", ConsoleKey.
End
);