4 writes to _textDecorations
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
163
_textDecorations
= highlightDecorations;
175
_textDecorations
= DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations);
197
_textDecorations
= textDecorations;
211
_textDecorations
= DynamicPropertyReader.GetTextDecorations(target);
2 references to _textDecorations
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
62
public override TextDecorationCollection TextDecorations { get { return
_textDecorations
; } }
175
_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target,
_textDecorations
);