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