3 references to GenericTypeMappingProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (3)
50SetValue(GenericTypeMappingProperty, new ObservableCollection<TypeKeyValue>()); 72get { return (ObservableCollection<TypeKeyValue>)GetValue(GenericTypeMappingProperty); } 73set { SetValue(GenericTypeMappingProperty, value); }