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)
239if (_paragraphTextDecorations != null) 241if (_paragraphTextDecorations.Count != 0) 2670get { return _paragraphTextDecorations; }