3 references to MinLines
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
568
this.expressionEditorInstance.MinLines = this.
MinLines
;
722
if (this.
MinLines
> this.MaxLines)
724
this.MaxLines = this.
MinLines
;