2 writes to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
29_textParagraphCache = TextParagraphCache; 52_textParagraphCache = null;
3 references to _textParagraphCache
PresentationFramework (3)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
40if(_textParagraphCache != null) 42_textParagraphCache.Dispose(); 61internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } }