11 references to IsBound
System.Activities (11)
System\Activities\DynamicUpdate\ActivityComparer.cs (1)
419
if (oldRuntimeArgument.
IsBound
&& oldRuntimeArgument.BoundArgument.Expression != null && oldRuntimeArgument.BoundArgument.Expression.MemberOf == originalActivity.MemberOf)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (2)
144
activity.RuntimeArguments.Select(a => a.
IsBound
? a.BoundArgument.Expression : null));
696
if (oldIndex == EnvironmentUpdateMapEntry.NonExistent && newArgument.
IsBound
)
System\Activities\Runtime\ResolveNextArgumentWorkItem.cs (1)
78
if (argument.
IsBound
&& argument.BoundArgument.Expression != null)
System\Activities\RuntimeArgument.cs (4)
162
return this.
IsBound
&& this.BoundArgument.EvaluationOrder != Argument.UnspecifiedEvaluationOrder;
211
else if (!this.
IsBound
)
278
Fx.Assert(this.
IsBound
, "We should always be bound when exiting this method.");
332
Fx.Assert(this.
IsBound
, "We should ALWAYS be bound at runtime.");
System\Activities\XamlIntegration\CompiledExpressionActivityVisitor.cs (2)
108
if (runtimeArgument.
IsBound
)
336
if (runtimeArgument.
IsBound
)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
334
if (runtimeArgument.
IsBound
)