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