2 writes to _paragraphTextDecorations
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
238
_paragraphTextDecorations
= pap.TextDecorations;
247
_paragraphTextDecorations
= null;
3 references to _paragraphTextDecorations
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
239
if (
_paragraphTextDecorations
!= null)
241
if (
_paragraphTextDecorations
.Count != 0)
2670
get { return
_paragraphTextDecorations
; }