2 writes to owner
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
394
this.
owner
= owner;
440
set { this.
owner
= value; }
6 references to owner
System.Activities (6)
System\Activities\ExpressionUtilities.cs (6)
404
if (this.
owner
== null && !this.fieldInfo.IsStatic)
409
return (T)this.fieldInfo.GetValue(this.
owner
);
413
if (this.
owner
== null && !this.fieldInfo.IsStatic)
418
this.fieldInfo.SetValue(this.
owner
, value);
424
this.parent.Value = this.
owner
;
439
get { return this.
owner
; }