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)
65
public override TextDecorationCollection TextDecorations { get { return
_textDecorations
; } }
178
_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target,
_textDecorations
);