2 references to MaxLinesProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
163get { return (int)GetValue(MaxLinesProperty); } 164set { SetValue(MaxLinesProperty, value); }