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