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