1 write to Owner
System.Activities (1)
System\Activities\DelegateArgument.cs (1)
98this.Owner = parent;
6 references to Owner
System.Activities (6)
System\Activities\DelegateArgument.cs (6)
69return this.Owner != null; 90Fx.Assert(this.Owner != null, "must have an owner here"); 91ValidationError validationError = new ValidationError(SR.DelegateArgumentAlreadyInUseOnActivity(this.Name, parent.DisplayName, this.Owner.DisplayName), this.Owner); 132if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) 146if (!environment.TryGetLocation(this.Id, this.Owner, out location))