1 write to converter
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
41
this.
converter
= new ModelTypeConverter(propertyParent.ModelTreeManager, baseConverter);
2 references to converter
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (2)
37
if (this.
converter
== null)
44
return
converter
;