1 write to _textDecorations
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
58_textDecorations = textDecorations;
5 references to _textDecorations
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (5)
79^ ((_textDecorations == null) ? 0 : _textDecorations.GetHashCode()) 105&& ((_textDecorations == null) ? textRunProperties.TextDecorations == null : _textDecorations.ValueEquals(textRunProperties.TextDecorations)) 146get { return _textDecorations; }