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