2 writes to _paragraphTextDecorations
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
202
_paragraphTextDecorations
= pap.TextDecorations;
211
_paragraphTextDecorations
= null;
3 references to _paragraphTextDecorations
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
203
if (
_paragraphTextDecorations
!= null)
205
if (
_paragraphTextDecorations
.Count != 0)
2596
get { return
_paragraphTextDecorations
; }