1 write to _textDecorations
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
54
_textDecorations
= textDecorations;
5 references to _textDecorations
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (5)
75
^ ((
_textDecorations
== null) ? 0 :
_textDecorations
.GetHashCode())
101
&& ((
_textDecorations
== null) ? textRunProperties.TextDecorations == null :
_textDecorations
.ValueEquals(textRunProperties.TextDecorations))
142
get { return
_textDecorations
; }