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