2 writes to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
29_textParagraphCache = TextParagraphCache; 46_textParagraphCache = null;
2 references to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
40_textParagraphCache?.Dispose(); 55internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } }