2 writes to _textParagraphCache
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\OptimalBreakSession.cs (2)
40
_textParagraphCache
= TextParagraphCache;
63
_textParagraphCache
= null;
3 references to _textParagraphCache
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\OptimalBreakSession.cs (3)
51
if(
_textParagraphCache
!= null)
53
_textParagraphCache
.Dispose();
72
internal TextParagraphCache TextParagraphCache { get { return
_textParagraphCache
; } }