6 references to PropertyValueMorphHelper
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (6)
23
static Dictionary<Type,
PropertyValueMorphHelper
> morphExtensions = new Dictionary<Type,
PropertyValueMorphHelper
>();
27
public static void AddPropertyValueMorphHelper(Type propertyType,
PropertyValueMorphHelper
extension)
42
public static
PropertyValueMorphHelper
GetPropertyValueMorphHelper(Type propertyType)
48
PropertyValueMorphHelper
extension = null;
117
PropertyValueMorphHelper
extension = GetPropertyValueMorphHelper(modelProperty.PropertyType);