1 write to _changeLog
PresentationFramework (1)
System\Windows\Data\CollectionView.cs (1)
1928_changeLog = new List<NotifyCollectionChangedEventArgs>();
9 references to _changeLog
PresentationFramework (9)
System\Windows\Data\CollectionView.cs (9)
1209_changeLog.Clear(); 1228ProcessChangeLog(_changeLog, true); 1229_changeLog.Clear(); 1812_changeLog.InsertRange(0, changeLog); 1888_changeLog.Clear(); 1891if (_changeLog.Count == 0 && CheckAccess()) 1904_changeLog.Add(args); 1910null, _changeLog.Count); 1927_tempChangeLog = _changeLog;