2 writes to owner
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
790
this.
owner
= owner;
852
set { this.
owner
= value; }
6 references to owner
System.Activities (6)
System\Activities\ExpressionUtilities.cs (6)
810
if (this.
owner
== null && (getMethodInfo == null || !getMethodInfo.IsStatic))
816
return (T)this.propertyInfo.GetValue(this.
owner
, null);
831
if (this.
owner
== null && (setMethodInfo == null || !setMethodInfo.IsStatic))
837
this.propertyInfo.SetValue(this.
owner
, value, null);
843
this.parent.Value = this.
owner
;
851
get { return this.
owner
; }