4 writes to _textDecorations
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
161_textDecorations = highlightDecorations; 173_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 195_textDecorations = textDecorations; 209_textDecorations = DynamicPropertyReader.GetTextDecorations(target);
2 references to _textDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
60public override TextDecorationCollection TextDecorations { get { return _textDecorations; } } 173_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations);