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