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