3 writes to blockHeight
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
432
this.
blockHeight
= textBlock.ActualHeight;
433
this.
blockHeight
= Math.Max(this.blockHeight, textBlock.MinHeight);
434
this.
blockHeight
= Math.Min(this.blockHeight, textBlock.MaxHeight);
4 references to blockHeight
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (4)
433
this.blockHeight = Math.Max(this.
blockHeight
, textBlock.MinHeight);
434
this.blockHeight = Math.Min(this.
blockHeight
, textBlock.MaxHeight);
537
this.expressionEditorInstance = this.expressionEditorService.CreateExpressionEditor(assemblies, importedNamespaces, declaredVariables, this.Text, this.ExpressionType, new Size(this.blockWidth, this.
blockHeight
));
541
this.expressionEditorInstance = this.expressionEditorService.CreateExpressionEditor(assemblies, importedNamespaces, declaredVariables, this.Text, new Size(this.blockWidth, this.
blockHeight
));