2 instantiations of TraceLog
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (1)
1419_traceLog = new TraceLog(20);
System\Windows\Data\CollectionContainer.cs (1)
380_traceLog = new TraceLog(20);
12 references to TraceLog
PresentationFramework (12)
MS\Internal\Data\CompositeCollectionView.cs (9)
411args.Action, TraceLog.IdFor(item)); 714TraceLog.IdFor(sender), args.Action, TraceLog.IdFor(args.OldItems[0]), TraceLog.IdFor(args.NewItems[0])); 778TraceLog.IdFor(sender), args.Action); 1425TraceLog.IdFor(sender), action, TraceLog.IdFor(oldItem), TraceLog.IdFor(newItem)); 1617private TraceLog _traceLog;
System\Windows\Data\CollectionContainer.cs (3)
347TraceLog.IdFor(View)); 361_traceLog?.Add("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View)); 391private TraceLog _traceLog;