1 write to WindowWidth
System.Console (1)
System\Console.cs (1)
403
set { ConsolePal.
WindowWidth
= value; }
5 references to WindowWidth
System.Console (5)
System\Console.cs (1)
401
get { return ConsolePal.
WindowWidth
; }
System\ConsolePal.Unix.cs (3)
299
get { return
WindowWidth
; }
311
get { return
WindowWidth
; }
348
set => SetWindowSize(
WindowWidth
, value);
System\IO\StdInReader.cs (1)
218
ConsolePal.SetTerminalCursorPosition(ConsolePal.
WindowWidth
- 1, top - 1);