5 references to MaxLines
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (5)
1084
if (MinLines > 1 &&
MaxLines
< MinLines)
1821
value = chrome + (lineHeight *
MaxLines
);
1823
if (
MaxLines
< Int32.MaxValue && this.ScrollViewer.MaxHeight != value)
1857
value = lineHeight *
MaxLines
;
1859
if (
MaxLines
< Int32.MaxValue && RenderScope.MaxHeight != value)