5 references to ActionArgument
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\MorphHelpers.cs (4)
73
ModelItem originalActivityActionArgument = originalValue.Properties[PropertyNames.
ActionArgument
].Value;
79
morphed.Properties[PropertyNames.
ActionArgument
].SetValue(iterationDelegateArgument);
101
ModelItem originalActivityFuncArgument = originalValue.Properties[PropertyNames.
ActionArgument
].Value;
107
morphed.Properties[PropertyNames.
ActionArgument
].SetValue(newActivityActionArgument);
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
346
activityActionType.GetProperty(PropertyNames.
ActionArgument
).SetValue(activityAction, exceptionArgument, null);