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