2 writes to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
28_textParagraphCache = TextParagraphCache; 45_textParagraphCache = null;
2 references to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
39_textParagraphCache?.Dispose(); 54internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } }