1 type derived from DictionaryArgumentHelper
System.Activities (1)
System\Activities\Activity.cs (1)
1769class DictionaryArgumentHelper<T> : DictionaryArgumentHelper where T : Argument
3 references to DictionaryArgumentHelper
System.Activities (3)
System\Activities\Activity.cs (3)
1510IList<RuntimeArgument> runtimeArguments = DictionaryArgumentHelper.TryGetRuntimeArguments(property, propertyDescriptor.Name); 1519DictionaryArgumentHelper helper = Activator.CreateInstance(concreteHelperType, new object[] { property, propertyDescriptor.Name }) as DictionaryArgumentHelper;