2 writes to _paragraphTextDecorations
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
215
_paragraphTextDecorations
= pap.TextDecorations;
224
_paragraphTextDecorations
= null;
3 references to _paragraphTextDecorations
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
216
if (
_paragraphTextDecorations
!= null)
218
if (
_paragraphTextDecorations
.Count != 0)
2609
get { return
_paragraphTextDecorations
; }