3 writes to _textRunCache
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
183_textRunCache = new TextRunCache(); 1127_textRunCache = new TextRunCache(); 1245_textRunCache = new TextRunCache();
5 references to _textRunCache
PresentationFramework (5)
MS\Internal\PtsHost\TextParagraph.cs (5)
187OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache); 195_textRunCache); 522Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache) 706Line.FormattingContext ctx = new Line.FormattingContext(true, fClearOnLeft, fClearOnRight, _textRunCache); 1440return _textRunCache;