3 references to TraceLog
PresentationFramework (3)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
1453
_traceLog = new
TraceLog
(20);
src\Framework\MS\Internal\Utility\TraceLog.cs (1)
27
internal TraceLog() :
this
(Int32.MaxValue) {}
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
401
_traceLog = new
TraceLog
(20);