1 write to getFunc
System.Activities (1)
System\Activities\Expressions\PropertyReference.cs (1)
121
this.
getFunc
= getFunc;
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\PropertyReference.cs (2)
133
if (this.
getFunc
!= null)
140
return (T)this.
getFunc
(this.owner, new object[0]);