6 references to BufferHeight
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
14
public int BufferHeight => Console.
BufferHeight
;
Microsoft.Build (4)
Logging\TerminalLogger\Terminal.cs (4)
40
/// Gets the height of the <see cref="Console.
BufferHeight
"/> of the underlying <see cref="Console"/>.
42
/// If the <see cref="Console.
BufferHeight
"/> is zero, returns a large number to indicate that the height is unknown/synthetic.
57
return Console.
BufferHeight
== 0 ? BigUnknownDimension : Console.
BufferHeight
;
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1596
if (Console.
BufferHeight
== 0 || Console.BufferWidth == 0)