6 references to DesignObjectWrapperDynamicPropertyEditor
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
775
DesignObjectWrapperDynamicPropertyEditor
.ModelPropertyEntryToModelItemConverter.Convert(propertyValue, null, null, null);
792
this.InlineEditorTemplate =
DesignObjectWrapperDynamicPropertyEditor
.DynamicExpressionTemplate;
802
var editor =
DesignObjectWrapperDynamicPropertyEditor
.GetEditor(propertyValue);
828
var editor =
DesignObjectWrapperDynamicPropertyEditor
.GetEditor((PropertyValue)values[0]);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
839
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(
DesignObjectWrapperDynamicPropertyEditor
), typeof(PropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1048
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(
DesignObjectWrapperDynamicPropertyEditor
), typeof(DialogPropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),