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