2 writes to targetObject
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
577
this.
targetObject
= targetObject;
643
set { this.
targetObject
= value; }
6 references to targetObject
System.Activities (6)
System\Activities\ExpressionUtilities.cs (6)
587
if (this.
targetObject
== null && !this.getItemMethod.IsStatic)
592
return (T)this.getItemMethod.Invoke(this.
targetObject
, this.setItemArguments);
600
string targetObjectTypeName = this.
targetObject
.GetType().Name;
605
if (this.
targetObject
== null && !this.setItemMethod.IsStatic)
614
this.setItemMethod.Invoke(this.
targetObject
, localSetItemArguments);
642
get { return this.
targetObject
; }