3 writes to _textRunCache
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
184_textRunCache = new TextRunCache(); 1128_textRunCache = new TextRunCache(); 1246_textRunCache = new TextRunCache();
5 references to _textRunCache
PresentationFramework (5)
MS\Internal\PtsHost\TextParagraph.cs (5)
188OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache); 196_textRunCache); 523Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache) 707Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 1441return _textRunCache;