20 references to VariableHelper
System.Data (20)
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 (17)
141
ModelItemCollection container =
VariableHelper
.GetVariableCollection(oldVariableWrapper.ReflectedObject.Parent.Parent);
253
var allVariables =
VariableHelper
.FindDeclaredVariables(workflowElement, this.scopesList);
374
ModelItem element =
VariableHelper
.GetVariableScopeElement(primarySelection);
375
ModelItemCollection newVariableScope =
VariableHelper
.GetVariableCollection(element);
782
while (null != element && null ==
VariableHelper
.GetVariableCollection(element))
791
var variables =
VariableHelper
.FindVariablesInScope(element, scopeList);
792
var contained =
VariableHelper
.GetVariableCollection(element);
806
return
VariableHelper
.FindDeclaredVariables(element, null);
852
ModelItemCollection variablesInElement =
VariableHelper
.GetVariableCollection(element);
872
ModelItemCollection variablesInElement =
VariableHelper
.GetVariableCollection(element);
892
return
VariableHelper
.FindVariablesInScope(element, null);
928
var variables =
VariableHelper
.FindVariablesInScope(variableContainer);
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 (2)
2035
declaredVariables.AddRange(
VariableHelper
.FindVariablesInScope(ownerActivity));
2036
declaredVariables.AddRange(
VariableHelper
.FindActivityDelegateArgumentsInScope(ownerActivity));