6 references to scopesList
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
109
get { return this.
scopesList
; }
228
var validScope = this.
scopesList
.FirstOrDefault(p => ModelItem.Equals(p, root) || root.IsParentOf(p));
244
this.
scopesList
.ForEach(p =>
249
this.
scopesList
.Clear();
253
var allVariables = VariableHelper.FindDeclaredVariables(workflowElement, this.
scopesList
);
264
this.
scopesList
.ForEach(p =>