5 references to MaxLines
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (5)
1090if (MinLines > 1 && MaxLines < MinLines) 1827value = chrome + (lineHeight * MaxLines); 1829if (MaxLines < Int32.MaxValue && this.ScrollViewer.MaxHeight != value) 1863value = lineHeight * MaxLines; 1865if (MaxLines < Int32.MaxValue && RenderScope.MaxHeight != value)