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)
27internal TraceLog() : this(Int32.MaxValue) {}
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
401_traceLog = new TraceLog(20);