1 override of TryInferReturnType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\VisualBasicExpressionMorphHelper.cs (1)
16public override bool TryInferReturnType(ActivityWithResult expression, EditingContext context, out Type returnType)
1 reference to TryInferReturnType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ExpressionHelper.cs (1)
222succeeded = morphHelper.TryInferReturnType(expression, context, out returnType);