9 references to DelegateArguments
System.Activities (7)
System\Activities\Statements\InvokeDelegate.cs (7)
60
foreach (KeyValuePair<string, Argument> entry in this.
DelegateArguments
)
73
if (this.
DelegateArguments
.Count != targetDelegateArguments.Count)
86
if (this.
DelegateArguments
.TryGetValue(parameterName, out delegateArgument))
137
if (
DelegateArguments
.Count > 0)
139
foreach (KeyValuePair<string, Argument> entry in
DelegateArguments
)
158
if (
DelegateArguments
.TryGetValue(entry.Key, out argument))
162
DelegateArguments
[entry.Key].Set(context, entry.Value);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (2)
159
if (activity.
DelegateArguments
.Count != metadata.Count)
169
if (activity.
DelegateArguments
.TryGetValue(expectedArgument.Name, out delegateArgument))