3 references to GetParentEnumerator
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (3)
434return ModelItemExtensions.GetParentEnumerator(item, null); 550child.GetParentEnumerator(p => { isParent = ModelItem.Equals(p, item); return !isParent; }).LastOrDefault(); 757.GetParentEnumerator(p => shouldContinue)