2 writes to boundedExpression
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
920this.boundedExpression = expressionModelItem; 1164this.boundedExpression = expression;
3 references to boundedExpression
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
1157if (expression != null && expression != this.boundedExpression) 1426if (this.boundedExpression != null) 1428this.boundedExpression.PropertyChanged -= this.OnExpressionModelItemChanged;