1 write to _changeLog
PresentationFramework (1)
System\Windows\Data\CollectionView.cs (1)
1929_changeLog = new List<NotifyCollectionChangedEventArgs>();
9 references to _changeLog
PresentationFramework (9)
System\Windows\Data\CollectionView.cs (9)
1210_changeLog.Clear(); 1229ProcessChangeLog(_changeLog, true); 1230_changeLog.Clear(); 1813_changeLog.InsertRange(0, changeLog); 1889_changeLog.Clear(); 1892if (_changeLog.Count == 0 && CheckAccess()) 1905_changeLog.Add(args); 1911null, _changeLog.Count); 1928_tempChangeLog = _changeLog;