4 writes to _textDecorations
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
163_textDecorations = highlightDecorations; 175_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 197_textDecorations = textDecorations; 211_textDecorations = DynamicPropertyReader.GetTextDecorations(target);
2 references to _textDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
62public override TextDecorationCollection TextDecorations { get { return _textDecorations; } } 175_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations);