2 writes to owner
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
394this.owner = owner; 440set { this.owner = value; }
6 references to owner
System.Activities (6)
System\Activities\ExpressionUtilities.cs (6)
404if (this.owner == null && !this.fieldInfo.IsStatic) 409return (T)this.fieldInfo.GetValue(this.owner); 413if (this.owner == null && !this.fieldInfo.IsStatic) 418this.fieldInfo.SetValue(this.owner, value); 424this.parent.Value = this.owner; 439get { return this.owner; }