3 references to LineCount
Microsoft.TemplateEngine.Cli (3)
TabularOutput\TabularOutput.cs (3)
86headerLines = Math.Max(headerLines, header[i].LineCount); 99rowHeight = Math.Max(rowHeight, row[i].LineCount); 176for (int lineWithinRow = 0; lineWithinRow < rowToRender.Max(row => row.LineCount); ++lineWithinRow)