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