4 references to ScopesList
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (4)
455if (!this.ScopesList.Contains((sender as ModelItem).Parent) || isUndoRedoInProgress) 1268ModelItem scope = (newScope as ModelItem) ?? Editor.ScopesList.FirstOrDefault(p => object.Equals(p.GetCurrentValue(), newScope)); 1433ModelItem scope = (newValue as ModelItem) ?? Editor.ScopesList.FirstOrDefault(p => object.Equals(p.GetCurrentValue(), newValue)); 1469result = variable.Editor.ScopesList;