1 write to _traceLog
PresentationFramework (1)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
1453
_traceLog
= new TraceLog(20);
11 references to _traceLog
PresentationFramework (11)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (11)
434
if (
_traceLog
!= null)
435
_traceLog
.Add("ProcessCollectionChanged action = {0} item = {1}",
638
if (
_traceLog
!= null)
639
_traceLog
.Add("ProcessCollectionChanged action = {0}", args.Action);
739
if (
_traceLog
!= null)
741
_traceLog
.Add("Received ContainerCollectionChange from unknown sender {0} action = {1} old item = {2}, new item = {3}",
743
_traceLog
.Add("Unhook CollectionChanged event handler from unknown sender.");
805
if (
_traceLog
!= null)
806
_traceLog
.Add("ContainerCollectionChange from {0} action = {1}",
1458
if (
_traceLog
!= null)
1459
_traceLog
.Add("ContainerCollectionChange from {0} action = {1} oldItem = {2} newItem = {3}",