7 instantiations of VariableReference
System.Activities (7)
System\Activities\Expressions\ExpressionServices.cs (3)
375
result = new
VariableReference
<TResult> { Variable = variableObject };
429
result = new
VariableReference
<TResult> { Variable = variableObject };
1574
result = new
VariableReference
<TResult> { Variable = variable };
System\Activities\InOutArgument.cs (3)
52
this.Expression = new
VariableReference
<T> { Variable = variable };
61
this.Expression = new
VariableReference
<T> { Variable = variable };
138
Expression = new
VariableReference
<T> { Variable = variable }
System\Activities\OutArgument.cs (1)
72
this.Expression = new
VariableReference
<T> { Variable = variable };
4 references to VariableReference
System.Activities (1)
System\Activities\ActivityUtilities.cs (1)
44
static Type variableReferenceGenericType = typeof(
VariableReference
<>);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (1)
81
builder.AddCustomAttributes(typeof(
VariableReference
<>), new ExpressionMorphHelperAttribute(typeof(NonTextualExpressionMorphHelper)));
System.Activities.Presentation\System\Activities\Presentation\ExpressionHelper.cs (1)
76
expressionType.GetGenericTypeDefinition() == typeof(
VariableReference
<>)))
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
46
private static readonly Type VariableReferenceType = typeof(
VariableReference
<>);