3 references to ExpressionConverterHelper
System.Activities (3)
System\Activities\XamlIntegration\InArgumentConverter.cs (1)
29this.valueExpressionHelper = new ActivityWithResultConverter.ExpressionConverterHelper<T>(false);
System\Activities\XamlIntegration\InOutArgumentConverter.cs (1)
29this.expressionHelper = new ActivityWithResultConverter.ExpressionConverterHelper<Location<T>>(true);
System\Activities\XamlIntegration\OutArgumentConverter.cs (1)
29this.expressionHelper = new ActivityWithResultConverter.ExpressionConverterHelper<Location<T>>(true);