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();
1232
ProcessChangeLog(
_changeLog
, true);
1233
_changeLog
.Clear();
1822
_changeLog
.InsertRange(0, changeLog);
1898
_changeLog
.Clear();
1901
if (
_changeLog
.Count == 0 && CheckAccess())
1914
_changeLog
.Add(args);
1920
null,
_changeLog
.Count);
1937
_tempChangeLog =
_changeLog
;