3 references to GetDynamicPropertyValueEditorType
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
385Type editorType = this.GetDynamicPropertyValueEditorType(propertyName);
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
418var editorType = argument.GetDynamicPropertyValueEditorType(DesignTimeArgument.ArgumentDefaultValueProperty);
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
514var editorType = variable.GetDynamicPropertyValueEditorType(DesignTimeVariable.VariableDefaultProperty);