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