2 instantiations of TraceLog
PresentationFramework (2)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
1453
_traceLog = new
TraceLog
(20);
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
401
_traceLog = new
TraceLog
(20);
12 references to TraceLog
PresentationFramework (12)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (9)
436
args.Action,
TraceLog
.IdFor(item));
742
TraceLog
.IdFor(sender), args.Action,
TraceLog
.IdFor(args.OldItems[0]),
TraceLog
.IdFor(args.NewItems[0]));
807
TraceLog
.IdFor(sender), args.Action);
1460
TraceLog
.IdFor(sender), action,
TraceLog
.IdFor(oldItem),
TraceLog
.IdFor(newItem));
1656
TraceLog
_traceLog;
src\Framework\System\Windows\Data\CollectionContainer.cs (3)
367
TraceLog
.IdFor(View));
382
_traceLog.Add("Subscribe to CollectionChange from {0}",
TraceLog
.IdFor(View));
412
private
TraceLog
_traceLog;