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