2 instantiations of TraceLog
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (1)
1420_traceLog = new TraceLog(20);
System\Windows\Data\CollectionContainer.cs (1)
381_traceLog = new TraceLog(20);
12 references to TraceLog
PresentationFramework (12)
MS\Internal\Data\CompositeCollectionView.cs (9)
412args.Action, TraceLog.IdFor(item)); 715TraceLog.IdFor(sender), args.Action, TraceLog.IdFor(args.OldItems[0]), TraceLog.IdFor(args.NewItems[0])); 779TraceLog.IdFor(sender), args.Action); 1426TraceLog.IdFor(sender), action, TraceLog.IdFor(oldItem), TraceLog.IdFor(newItem)); 1618TraceLog _traceLog;
System\Windows\Data\CollectionContainer.cs (3)
348TraceLog.IdFor(View)); 362_traceLog?.Add("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View)); 392private TraceLog _traceLog;