3 writes to _textRunCache
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
195_textRunCache = new TextRunCache(); 1150_textRunCache = new TextRunCache(); 1268_textRunCache = new TextRunCache();
5 references to _textRunCache
PresentationFramework (5)
MS\Internal\PtsHost\TextParagraph.cs (5)
199OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache); 207_textRunCache); 536Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 721Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 1463return _textRunCache;