14 references to HasChildren
System.Activities (14)
System\Activities\ActivityInstance.cs (10)
281if (this.HasChildren) 302return !this.HasChildren && this.extendedData != null && (this.extendedData.BlockingBookmarkCount == this.busyCount); 456if (this.HasChildren) 515if (!this.HasChildren) 696if (this.HasChildren) 742Fx.Assert(this.HasChildren, "AppendChildren is tuned to only be called when HasChildren is true"); 788if (!this.HasChildren) 1134if (this.HasChildren) 1718while (this.current.HasChildren) 1741while (this.current.HasChildren)
System\Activities\ActivityUtilities.cs (2)
1012if (rootInstance.HasChildren) 1030if (callback(instance, executor) && instance.HasChildren)
System\Activities\ExecutionProperties.cs (1)
227if (this.scope.HasChildren)
System\Activities\Runtime\ExecutionPropertyManager.cs (1)
43if (owningInstance.HasChildren)