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