1 write to _traceLog
PresentationFramework (1)
MS\Internal\Data\CompositeCollectionView.cs (1)
1419
_traceLog
= new TraceLog(20);
7 references to _traceLog
PresentationFramework (7)
MS\Internal\Data\CompositeCollectionView.cs (7)
410
_traceLog
?.Add("ProcessCollectionChanged action = {0} item = {1}",
611
_traceLog
?.Add("ProcessCollectionChanged action = {0}", args.Action);
711
if (
_traceLog
!= null)
713
_traceLog
.Add("Received ContainerCollectionChange from unknown sender {0} action = {1} old item = {2}, new item = {3}",
715
_traceLog
.Add("Unhook CollectionChanged event handler from unknown sender.");
777
_traceLog
?.Add("ContainerCollectionChange from {0} action = {1}",
1424
_traceLog
?.Add("ContainerCollectionChange from {0} action = {1} oldItem = {2} newItem = {3}",