2 writes to _paragraphTextDecorations
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
200
_paragraphTextDecorations
= pap.TextDecorations;
209
_paragraphTextDecorations
= null;
3 references to _paragraphTextDecorations
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
201
if (
_paragraphTextDecorations
!= null)
203
if (
_paragraphTextDecorations
.Count != 0)
2594
get { return
_paragraphTextDecorations
; }