2 references to StrikethroughMatch
PresentationCore (2)
System\Windows\TextDecorationCollectionConverter.cs (2)
111
else if (decoration.Equals("Strikethrough", StringComparison.OrdinalIgnoreCase) && !matchedDecorations.HasFlag(Decorations.
StrikethroughMatch
))
114
matchedDecorations |= Decorations.
StrikethroughMatch
;