15 references to Expression
System.Activities.Presentation (15)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (15)
234if (current != null && current.ModelItem == this.Expression) 306if (this.Expression != null) 308Activity expression = this.Expression.GetCurrentValue() as Activity; 345ExpressionSelection expressionSelection = new ExpressionSelection(this.Expression); 353if (this.isExpressionLoaded || null == this.Expression) 776if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 778ValidationState state = this.ValidationService.ValidationStateProperty.Getter(this.Expression); 798if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 800errorMessage = this.ValidationService.ValidationMessageProperty.Getter(this.Expression); 898if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 900this.ValidationState = this.ValidationService.ValidationStateProperty.Getter(this.Expression); 1214if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 1216this.ValidationState = this.ValidationService.ValidationStateProperty.Getter(this.Expression); 1236if (this.Expression == null) 1248object expressionObject = this.Expression.GetCurrentValue();