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