1 write to _traceLog
PresentationFramework (1)
MS\Internal\Data\CompositeCollectionView.cs (1)
1426
_traceLog
= new TraceLog(20);
11 references to _traceLog
PresentationFramework (11)
MS\Internal\Data\CompositeCollectionView.cs (11)
411
if (
_traceLog
!= null)
412
_traceLog
.Add("ProcessCollectionChanged action = {0} item = {1}",
613
if (
_traceLog
!= null)
614
_traceLog
.Add("ProcessCollectionChanged action = {0}", args.Action);
714
if (
_traceLog
!= null)
716
_traceLog
.Add("Received ContainerCollectionChange from unknown sender {0} action = {1} old item = {2}, new item = {3}",
718
_traceLog
.Add("Unhook CollectionChanged event handler from unknown sender.");
780
if (
_traceLog
!= null)
781
_traceLog
.Add("ContainerCollectionChange from {0} action = {1}",
1431
if (
_traceLog
!= null)
1432
_traceLog
.Add("ContainerCollectionChange from {0} action = {1} oldItem = {2} newItem = {3}",