2 writes to boundedExpression
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
920this.boundedExpression = expressionModelItem; 1164this.boundedExpression = expression;
3 references to boundedExpression
System.Data (3)
cdf\src\NetFx40\Tools\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;