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