1 write to appliedChanges
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
171
appliedChanges
= new List<Change>();
7 references to appliedChanges
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (7)
54
return this.
appliedChanges
!= null && this.
appliedChanges
.Count > 0;
192
appliedChanges
.Add(change);
249
if (this.
appliedChanges
!= null)
252
foreach (Change change in this.
appliedChanges
)
266
this.
appliedChanges
.RemoveAt(this.
appliedChanges
.Count - 1);