1 write to Right
System.Activities (1)
System\Activities\Expressions\ExpressionServices.cs (1)
905
object resultObject1 = new AndAlso() { Left = (Activity<bool>)leftObject1,
Right
= (Activity<bool>)rightObject1 };
4 references to Right
System.Activities (4)
System\Activities\Expressions\AndAlso.cs (4)
23
if (this.Left != null && this.
Right
!= null)
31
Value = new InArgument<bool>(this.
Right
)
69
metadata.AddImportedChild(this.
Right
);
76
if (this.
Right
== null)