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