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