1 write to outerScope
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
33this.outerScope = outerScope;
3 references to outerScope
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (3)
81Fx.Assert(!value || this.outerScope == null, "If we are suppressing undo, then we are not nested within another editingScope, otherwise suppress undo won't work."); 169if (this.outerScope == null) 205outerScope.Changes.AddRange(this.Changes);