3 writes to _textRunCache
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
207_textRunCache = new TextRunCache(); 1165_textRunCache = new TextRunCache(); 1283_textRunCache = new TextRunCache();
5 references to _textRunCache
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (5)
211OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache); 219_textRunCache); 549Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 734Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 1478return _textRunCache;