3 writes to _textRunCache
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
202_textRunCache = new TextRunCache(); 1157_textRunCache = new TextRunCache(); 1275_textRunCache = new TextRunCache();
5 references to _textRunCache
PresentationFramework (5)
MS\Internal\PtsHost\TextParagraph.cs (5)
206OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache); 214_textRunCache); 543Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 728Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 1470return _textRunCache;