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();
1229
ProcessChangeLog(
_changeLog
, true);
1230
_changeLog
.Clear();
1813
_changeLog
.InsertRange(0, changeLog);
1889
_changeLog
.Clear();
1892
if (
_changeLog
.Count == 0 && CheckAccess())
1905
_changeLog
.Add(args);
1911
null,
_changeLog
.Count);
1928
_tempChangeLog =
_changeLog
;