2 writes to _changeLog
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1845_changeLog = new ArrayList(changeLog); 1972_changeLog = new ArrayList();
15 references to _changeLog
PresentationFramework (15)
src\Framework\System\Windows\Data\CollectionView.cs (15)
1226lock(_changeLog.SyncRoot) 1228_changeLog.Clear(); 1245lock(_changeLog.SyncRoot) 1247ProcessChangeLog(_changeLog, true); 1248_changeLog.Clear(); 1841lock(_changeLog.SyncRoot) 1843if (_changeLog == null) 1849_changeLog.InsertRange(0, changeLog); 1927lock(_changeLog.SyncRoot) 1932_changeLog.Clear(); 1935if (_changeLog.Count == 0 && CheckAccess()) 1948_changeLog.Add(args); 1954null, _changeLog.Count); 1968lock(_changeLog.SyncRoot) 1971_tempChangeLog = _changeLog;