2 writes to _textParagraphCache
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\OptimalBreakSession.cs (2)
40_textParagraphCache = TextParagraphCache; 63_textParagraphCache = null;
3 references to _textParagraphCache
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\OptimalBreakSession.cs (3)
51if(_textParagraphCache != null) 53_textParagraphCache.Dispose(); 72internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } }