2 writes to ownerLocation
System.Activities (2)
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
122this.ownerLocation = ownerLocation; 169set { this.ownerLocation = value; }
5 references to ownerLocation
System.Activities (5)
System\Activities\Expressions\ValueTypePropertyReference.cs (5)
138return (TResult)this.getFunc(this.ownerLocation.Value, new object[0]); 145return (TResult)this.propertyInfo.GetValue(this.ownerLocation.Value, null); 149object copy = this.ownerLocation.Value; 160this.ownerLocation.Value = (TOperand)copy; 168get { return this.ownerLocation; }