5 references to GetDynamicPropertyValueEditor
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
781
var editor = wrapper.
GetDynamicPropertyValueEditor
(propertyValue.ParentProperty.PropertyName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
424
resolveParams.Template = argument.
GetDynamicPropertyValueEditor
(DesignTimeArgument.ArgumentDefaultValueProperty).InlineEditorTemplate;
455
return argument.
GetDynamicPropertyValueEditor
(DesignTimeArgument.ArgumentDefaultValueProperty) as DialogPropertyValueEditor;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
520
resolveParams.Template = variable.
GetDynamicPropertyValueEditor
(DesignTimeVariable.VariableDefaultProperty).InlineEditorTemplate;
536
return variable.
GetDynamicPropertyValueEditor
(DesignTimeVariable.VariableDefaultProperty) as DialogPropertyValueEditor;