6 references to Underline
Microsoft.Maui.Controls (5)
DecorableTextElement.cs (4)
55
if (td == TextDecorations.
Underline
)
56
return nameof(TextDecorations.
Underline
);
59
if (td == (TextDecorations.
Underline
& TextDecorations.Strikethrough))
60
return $"{nameof(TextDecorations.
Underline
)}, {nameof(TextDecorations.Strikethrough)}";
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
103
hasUnderline = (textDecorations & TextDecorations.
Underline
) != 0;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\LabelRenderer.cs (1)
293
if ((textDecorations & TextDecorations.
Underline
) == 0)