9 references to WindowWidth
dotnet (1)
Parser.cs (1)
306windowWidth = Console.WindowWidth;
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (2)
349if (Console.WindowWidth > 75) 350s_nameMidpoint = Console.WindowWidth / 3;
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
196if (Console.WindowWidth > 75) 197s_nameMidpoint = Console.WindowWidth / 3;
dotnet-user-jwts (1)
Helpers\ConsoleTable.cs (1)
61var equalColumnLengths = Math.Max((Console.WindowWidth / _columns.Count) - EXCESS_LENGTH_CREATED_BY_BORDERS, 5);
Microsoft.TemplateEngine.Cli (1)
Help\DotnetHelpAction.cs (1)
21get => _builder ??= new HelpBuilder(Console.IsOutputRedirected ? int.MaxValue : Console.WindowWidth);
Microsoft.Win32.Msi.Manual.Tests (2)
Program.cs (2)
37ProgressBarWidth = Console.WindowWidth - 4; 103Console.Write(new string(' ', Console.WindowWidth));