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