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