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