2 writes to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1960
_tempChangeLog
= _changeLog;
1974
_tempChangeLog
= EmptyArrayList;
2 references to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1218
_tempChangeLog
.Clear();
1966
ICollection unprocessedChanges = ProcessChangeLog(
_tempChangeLog
);