1 write to getFunc
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
124this.getFunc = getFunc;
3 references to getFunc
System.Activities (3)
System\Activities\Expressions\ValueTypePropertyReference.cs (3)
136if (this.getFunc != null) 138return (TResult)this.getFunc(this.ownerLocation.Value, new object[0]); 150if (this.getFunc != null)