1 type derived from ExpressionValueEditor
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1519
internal sealed class DefaultValueEditor :
ExpressionValueEditor
6 references to ExpressionValueEditor
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (2)
35
builder.AddCustomAttributes(typeof(Argument), new EditorAttribute(typeof(
ExpressionValueEditor
), typeof(PropertyValueEditor)));
38
builder.AddCustomAttributes(typeof(Activity<>), new EditorAttribute(typeof(
ExpressionValueEditor
), typeof(PropertyValueEditor)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1247
var expressionEditorType = typeof(
ExpressionValueEditor
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
517
if (!typeof(
ExpressionValueEditor
).IsAssignableFrom(editorType))
1335
var expressionEditorType = typeof(
ExpressionValueEditor
);
1363
return typeof(
ExpressionValueEditor
);