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