5 references to MaxLines
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBox.cs (5)
1081
if (MinLines > 1 &&
MaxLines
< MinLines)
1820
value = chrome + (lineHeight *
MaxLines
);
1822
if (
MaxLines
< Int32.MaxValue && this.ScrollViewer.MaxHeight != value)
1856
value = lineHeight *
MaxLines
;
1858
if (
MaxLines
< Int32.MaxValue && RenderScope.MaxHeight != value)