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