5 references to InvokeMethod
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\InvokeMethodDesigner.xaml.cs (5)
29
Type type = typeof(
InvokeMethod
);
51
Getter = (ownerActivity) => ((
InvokeMethod
)ownerActivity).TargetObject,
54
((
InvokeMethod
)ownerActivity).TargetObject = arg as InArgument;
59
Getter = (ownerActivity) => ((
InvokeMethod
)ownerActivity).Result,
62
((
InvokeMethod
)ownerActivity).Result = arg as OutArgument;