2 overrides of OnGetDynamicPropertyValueEditorType
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1206
protected override Type
OnGetDynamicPropertyValueEditorType
(string propertyName)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1324
protected 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)
401
var editorType = this.
OnGetDynamicPropertyValueEditorType
(propertyName);