2 writes to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1956
_tempChangeLog
= _changeLog;
1970
_tempChangeLog
= EmptyArrayList;
2 references to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1214
_tempChangeLog
.Clear();
1962
ICollection unprocessedChanges = ProcessChangeLog(
_tempChangeLog
);