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