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)
436args.Action, TraceLog.IdFor(item)); 742TraceLog.IdFor(sender), args.Action, TraceLog.IdFor(args.OldItems[0]), TraceLog.IdFor(args.NewItems[0])); 807TraceLog.IdFor(sender), args.Action); 1460TraceLog.IdFor(sender), action, TraceLog.IdFor(oldItem), TraceLog.IdFor(newItem)); 1656TraceLog _traceLog;
src\Framework\System\Windows\Data\CollectionContainer.cs (3)
367TraceLog.IdFor(View)); 382_traceLog.Add("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View)); 412private TraceLog _traceLog;