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