6 references to Owner
System.Workflow.Runtime (6)
System\Activities\Statements\Interop.cs (6)
718return intProp.Owner; 1622this.Owner.ActivityProperties[this.argumentName] = (Argument)value; 1626this.Owner.ActivityProperties.Remove(this.argumentName); 1633if (!this.Owner.ActivityProperties.TryGetValue(this.argumentName, out argument)) 1680this.Owner.ActivityMetaProperties[this.literalName] = value; 1686if (this.Owner.ActivityMetaProperties.TryGetValue(this.literalName, out literal))