2 overrides of OnGetDynamicPropertyValueEditorType
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1206protected override Type OnGetDynamicPropertyValueEditorType(string propertyName)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1324protected override Type OnGetDynamicPropertyValueEditorType(string propertyName)
1 reference to OnGetDynamicPropertyValueEditorType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
401var editorType = this.OnGetDynamicPropertyValueEditorType(propertyName);