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