6 references to IsOwner
System.Activities (6)
System\Activities\ExecutionProperties.cs (3)
103else if (!this.properties.IsOwner(this.scope)) 138if (this.properties != null && this.properties.IsOwner(this.scope)) 193if (this.properties == null || !this.properties.IsOwner(this.scope))
System\Activities\Runtime\ExecutionPropertyManager.cs (3)
281if (childManager.IsOwner(child)) 424return IsOwner(instance) && this.properties.Count > 0; 490if (IsOwner(completedInstance))