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