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