2 writes to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
36
_textParagraphCache
= TextParagraphCache;
59
_textParagraphCache
= null;
3 references to _textParagraphCache
PresentationFramework (3)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
47
if(
_textParagraphCache
!= null)
49
_textParagraphCache
.Dispose();
68
internal TextParagraphCache TextParagraphCache { get { return
_textParagraphCache
; } }