2 writes to Parent
System.Activities (2)
System\Activities\Expressions\InvokeMethod.cs (1)
162
Parent
= this
System\Activities\Statements\InvokeMethod.cs (1)
176
Parent
= this
15 references to Parent
System.Activities (15)
System\Activities\Statements\MethodResolver.cs (15)
165
TD.InvokeMethodUseAsyncPattern(this.
Parent
.DisplayName, this.beginMethod.ToString(), this.endMethod.ToString());
174
TD.InvokeMethodDoesNotUseAsyncPattern(this.
Parent
.DisplayName);
190
metadata.AddValidationError(SR.ActivityPropertyMustBeSet("MethodName", this.
Parent
.DisplayName));
199
metadata.AddValidationError(SR.TargetTypeAndTargetObjectAreMutuallyExclusive(this.
Parent
.GetType().Name, this.
Parent
.DisplayName));
215
metadata.AddValidationError(SR.OneOfTwoPropertiesMustBeSet("TargetObject", "TargetType", this.
Parent
.GetType().Name, this.
Parent
.DisplayName));
233
InheritanceAndParamArrayAwareBinder methodBinder = new InheritanceAndParamArrayAwareBinder(targetType, genericTypeArguments, this.
Parent
);
262
metadata.AddValidationError(SR.ReturnTypeIncompatible(this.endMethod.ReturnType.Name, MethodName, targetType.Name, this.
Parent
.DisplayName, resultType.Name));
272
methodExecutor = new AsyncPatternMethodExecutor(metadata, this.beginMethod, this.endMethod, this.
Parent
,
292
metadata.AddValidationError(SR.DuplicateMethodFound(targetType.Name, bindingType, MethodName, this.
Parent
.DisplayName));
298
metadata.AddValidationError(SR.PublicMethodWithMatchingParameterDoesNotExist(targetType.Name, bindingType, MethodName, this.
Parent
.DisplayName));
305
targetType.Name, this.
Parent
.DisplayName, resultType.Name));
316
methodExecutor = new AsyncWaitCallbackMethodExecutor(metadata, this.syncMethod, this.
Parent
,
329
methodExecutor = new SyncMethodExecutor(metadata, this.syncMethod, this.
Parent
, this.TargetType,