4 writes to _textDecorations
PresentationFramework (4)
src\Framework\MS\Internal\Text\TextProperties.cs (4)
166_textDecorations = highlightDecorations; 178_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 200_textDecorations = textDecorations; 214_textDecorations = DynamicPropertyReader.GetTextDecorations(target);
2 references to _textDecorations
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
65public override TextDecorationCollection TextDecorations { get { return _textDecorations; } } 178_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations);