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