3 references to Height
dotnet (3)
Commands\Test\MTP\Terminal\AnsiTerminalTestProgressFrame.cs (3)
178
if (Width != previousFrame.Width ||
Height
!= previousFrame.
Height
)
325
int linesToDistribute = (int)(
Height
* 0.7) - 1 - progressItems.Length;