1 write to _traceLog
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
401
_traceLog
= new TraceLog(20);
4 references to _traceLog
PresentationFramework (4)
src\Framework\System\Windows\Data\CollectionContainer.cs (4)
365
if (
_traceLog
!= null)
366
_traceLog
.Add("Unsubscribe to CollectionChange from {0}",
381
if (
_traceLog
!= null)
382
_traceLog
.Add("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View));