5 references to Strikethrough
Microsoft.Maui.Controls (5)
DecorableTextElement.cs (5)
41
result |= TextDecorations.
Strikethrough
;
57
if (td == TextDecorations.
Strikethrough
)
58
return nameof(TextDecorations.
Strikethrough
);
59
if (td == (TextDecorations.Underline & TextDecorations.
Strikethrough
))
60
return $"{nameof(TextDecorations.Underline)}, {nameof(TextDecorations.
Strikethrough
)}";