1 write to scope
System.Activities (1)
System\Activities\ExecutionProperties.cs (1)
28
this.
scope
= scope;
7 references to scope
System.Activities (7)
System\Activities\ExecutionProperties.cs (7)
89
this.properties.ThrowIfAlreadyDefined(name, this.
scope
);
101
this.properties = new ExecutionPropertyManager(this.
scope
);
103
else if (!this.properties.IsOwner(this.
scope
))
106
this.properties = new ExecutionPropertyManager(this.
scope
, this.properties);
138
if (this.properties != null && this.properties.IsOwner(this.
scope
))
193
if (this.properties == null || !this.properties.IsOwner(this.
scope
))
227
if (this.
scope
.HasChildren)