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