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