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