1 write to editingScope
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\EditingScopeUndoUnit.cs (1)
25this.editingScope = editingScope;
5 references to editingScope
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\EditingScopeUndoUnit.cs (5)
26this.Description = this.editingScope.Description; 36EditingScope redoEditingScope = this.modelTreeManager.CreateEditingScope(this.editingScope.Description); 37redoEditingScope.Changes.AddRange(editingScope.Changes); 52EditingScope undoEditingScope = this.modelTreeManager.CreateEditingScope(this.editingScope.Description); 53foreach (Change change in editingScope.Changes)