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