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