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