3 references to GetParentEnumerator
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
947ModelItem result = element.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).LastOrDefault(); 958var scope1List = scope1.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).ToList(); 959var scope2List = scope2.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).ToList();