2 references to ValueEquals
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
102&& ((_textDecorations == null) ? textRunProperties.TextDecorations == null : _textDecorations.ValueEquals(textRunProperties.TextDecorations))
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1469&& !textDecorations.ValueEquals(TextDecorations.Underline))