8 references to Add
PresentationFramework (8)
MS\Internal\Data\CompositeCollectionView.cs (6)
414
_traceLog.
Add
("ProcessCollectionChanged action = {0} item = {1}",
616
_traceLog.
Add
("ProcessCollectionChanged action = {0}", args.Action);
718
_traceLog.
Add
("Received ContainerCollectionChange from unknown sender {0} action = {1} old item = {2}, new item = {3}",
720
_traceLog.
Add
("Unhook CollectionChanged event handler from unknown sender.");
783
_traceLog.
Add
("ContainerCollectionChange from {0} action = {1}",
1434
_traceLog.
Add
("ContainerCollectionChange from {0} action = {1} oldItem = {2} newItem = {3}",
System\Windows\Data\CollectionContainer.cs (2)
351
_traceLog.
Add
("Unsubscribe to CollectionChange from {0}",
367
_traceLog.
Add
("Subscribe to CollectionChange from {0}", TraceLog.IdFor(View));