6 references to Literal
System.Activities (6)
System\Activities\Activity.cs (1)
1873return new Literal<TResult> { Value = constValue };
System\Activities\Expressions\ExpressionServices.cs (1)
134result = new Literal<TResult> { Value = (TResult)constantExpressionBody.Value };
System\Activities\Expressions\Literal.cs (1)
31: this()
System\Activities\InArgument.cs (2)
88this.Expression = new Literal<T> { Value = constValue }; 199Expression = new Literal<T> { Value = constValue }
System\Activities\XamlIntegration\ActivityWithResultConverter.cs (1)
171return new Literal<T> { Value = literalValue };