2 writes to _textParagraphCache
PresentationFramework (2)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
29
_textParagraphCache
= TextParagraphCache;
52
_textParagraphCache
= null;
3 references to _textParagraphCache
PresentationFramework (3)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
40
if(
_textParagraphCache
!= null)
42
_textParagraphCache
.Dispose();
61
internal TextParagraphCache TextParagraphCache { get { return
_textParagraphCache
; } }