5 instantiations of ExpressionMorphHelperAttribute
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (5)
74
builder.AddCustomAttributes(typeof(VisualBasicValue<>), new
ExpressionMorphHelperAttribute
(typeof(VisualBasicExpressionMorphHelper)));
75
builder.AddCustomAttributes(typeof(VisualBasicReference<>), new
ExpressionMorphHelperAttribute
(typeof(VisualBasicExpressionMorphHelper)));
79
builder.AddCustomAttributes(typeof(Literal<>), new
ExpressionMorphHelperAttribute
(typeof(NonTextualExpressionMorphHelper)));
80
builder.AddCustomAttributes(typeof(VariableValue<>), new
ExpressionMorphHelperAttribute
(typeof(NonTextualExpressionMorphHelper)));
81
builder.AddCustomAttributes(typeof(VariableReference<>), new
ExpressionMorphHelperAttribute
(typeof(NonTextualExpressionMorphHelper)));
4 references to ExpressionMorphHelperAttribute
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ExpressionHelper.cs (4)
181
ExpressionMorphHelperAttribute
morphHelperAttribute = ExtensibilityAccessor.GetAttribute<
ExpressionMorphHelperAttribute
>(expressionType);
216
ExpressionMorphHelperAttribute
morphHelperAttribute = ExtensibilityAccessor.GetAttribute<
ExpressionMorphHelperAttribute
>(expressionType);