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