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