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