2 writes to owner
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
790this.owner = owner; 852set { this.owner = value; }
6 references to owner
System.Activities (6)
System\Activities\ExpressionUtilities.cs (6)
810if (this.owner == null && (getMethodInfo == null || !getMethodInfo.IsStatic)) 816return (T)this.propertyInfo.GetValue(this.owner, null); 831if (this.owner == null && (setMethodInfo == null || !setMethodInfo.IsStatic)) 837this.propertyInfo.SetValue(this.owner, value, null); 843this.parent.Value = this.owner; 851get { return this.owner; }