1 write to _changeLog
PresentationFramework (1)
System\Windows\Data\CollectionView.cs (1)
1938_changeLog = new List<NotifyCollectionChangedEventArgs>();
9 references to _changeLog
PresentationFramework (9)
System\Windows\Data\CollectionView.cs (9)
1213_changeLog.Clear(); 1232ProcessChangeLog(_changeLog, true); 1233_changeLog.Clear(); 1822_changeLog.InsertRange(0, changeLog); 1898_changeLog.Clear(); 1901if (_changeLog.Count == 0 && CheckAccess()) 1914_changeLog.Add(args); 1920null, _changeLog.Count); 1937_tempChangeLog = _changeLog;