2 writes to _paragraphTextDecorations
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
201
_paragraphTextDecorations
= pap.TextDecorations;
210
_paragraphTextDecorations
= null;
3 references to _paragraphTextDecorations
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
202
if (
_paragraphTextDecorations
!= null)
204
if (
_paragraphTextDecorations
.Count != 0)
2595
get { return
_paragraphTextDecorations
; }