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