2 writes to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
36_textParagraphCache = TextParagraphCache; 59_textParagraphCache = null;
3 references to _textParagraphCache
PresentationFramework (3)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
47if(_textParagraphCache != null) 49_textParagraphCache.Dispose(); 68internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } }