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