1 write to WindowWidth
System.Console (1)
System\Console.cs (1)
404
set { ConsolePal.
WindowWidth
= value; }
5 references to WindowWidth
System.Console (5)
System\Console.cs (1)
402
get { return ConsolePal.
WindowWidth
; }
System\ConsolePal.Unix.cs (3)
307
get { return
WindowWidth
; }
319
get { return
WindowWidth
; }
356
set => SetWindowSize(
WindowWidth
, value);
System\IO\StdInReader.cs (1)
218
ConsolePal.SetTerminalCursorPosition(ConsolePal.
WindowWidth
- 1, top - 1);