2 references to MaxLinesProperty
PresentationFramework (2)
System\Windows\Controls\TextBox.cs (2)
645get { return (int) GetValue(MaxLinesProperty); } 646set { SetValue(MaxLinesProperty, value); }