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