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