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