1 write to outerScope
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
33
this.
outerScope
= outerScope;
3 references to outerScope
System.Data (3)
cdf\src\NetFx40\Tools\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);