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