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();
1228
ProcessChangeLog(
_changeLog
, true);
1229
_changeLog
.Clear();
1812
_changeLog
.InsertRange(0, changeLog);
1888
_changeLog
.Clear();
1891
if (
_changeLog
.Count == 0 && CheckAccess())
1904
_changeLog
.Add(args);
1910
null,
_changeLog
.Count);
1927
_tempChangeLog =
_changeLog
;