1 write to _traceLog
PresentationFramework (1)
System\Windows\Data\CollectionContainer.cs (1)
394
_traceLog
= new TraceLog(20);
4 references to _traceLog
PresentationFramework (4)
System\Windows\Data\CollectionContainer.cs (4)
358
if (
_traceLog
!= null)
359
_traceLog
.Add("Unsubscribe to CollectionChange from {0}",
374
if (
_traceLog
!= null)
375
_traceLog
.Add("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View));