2 instantiations of TraceLog
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (1)
1434_traceLog = new TraceLog(20);
System\Windows\Data\CollectionContainer.cs (1)
394_traceLog = new TraceLog(20);
12 references to TraceLog
PresentationFramework (12)
MS\Internal\Data\CompositeCollectionView.cs (9)
421args.Action, TraceLog.IdFor(item)); 725TraceLog.IdFor(sender), args.Action, TraceLog.IdFor(args.OldItems[0]), TraceLog.IdFor(args.NewItems[0])); 790TraceLog.IdFor(sender), args.Action); 1441TraceLog.IdFor(sender), action, TraceLog.IdFor(oldItem), TraceLog.IdFor(newItem)); 1636TraceLog _traceLog;
System\Windows\Data\CollectionContainer.cs (3)
360TraceLog.IdFor(View)); 375_traceLog.Add("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View)); 405private TraceLog _traceLog;