5 references to 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)));