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