14 references to GetVariableCollection
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
288ModelItemCollection variables = VariableHelper.GetVariableCollection(modelItem);
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (12)
141ModelItemCollection container = VariableHelper.GetVariableCollection(oldVariableWrapper.ReflectedObject.Parent.Parent); 234this.CurrentVariableScope = validScope.GetVariableCollection(); 375ModelItemCollection newVariableScope = VariableHelper.GetVariableCollection(element); 782while (null != element && null == VariableHelper.GetVariableCollection(element)) 792var contained = VariableHelper.GetVariableCollection(element); 852ModelItemCollection variablesInElement = VariableHelper.GetVariableCollection(element); 872ModelItemCollection variablesInElement = VariableHelper.GetVariableCollection(element); 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(); 961if (null != VariableHelper.GetVariableCollection(scope1)) 965if (null != VariableHelper.GetVariableCollection(scope2))
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1977ModelItemCollection variablesCollection = currentItem.GetVariableCollection();