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();
55
internal TextParagraphCache TextParagraphCache { get { return
_textParagraphCache
; } }