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