4 writes to _textDecorations
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
160_textDecorations = highlightDecorations; 172_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 194_textDecorations = textDecorations; 208_textDecorations = DynamicPropertyReader.GetTextDecorations(target);
2 references to _textDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
59public override TextDecorationCollection TextDecorations { get { return _textDecorations; } } 172_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations);