2 writes to _changeLog
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1845
_changeLog
= new ArrayList(changeLog);
1972
_changeLog
= new ArrayList();
15 references to _changeLog
PresentationFramework (15)
src\Framework\System\Windows\Data\CollectionView.cs (15)
1226
lock(
_changeLog
.SyncRoot)
1228
_changeLog
.Clear();
1245
lock(
_changeLog
.SyncRoot)
1247
ProcessChangeLog(
_changeLog
, true);
1248
_changeLog
.Clear();
1841
lock(
_changeLog
.SyncRoot)
1843
if (
_changeLog
== null)
1849
_changeLog
.InsertRange(0, changeLog);
1927
lock(
_changeLog
.SyncRoot)
1932
_changeLog
.Clear();
1935
if (
_changeLog
.Count == 0 && CheckAccess())
1948
_changeLog
.Add(args);
1954
null,
_changeLog
.Count);
1968
lock(
_changeLog
.SyncRoot)
1971
_tempChangeLog =
_changeLog
;