diff --git a/src/Core/src/Platform/Windows/TextBlockExtensions.cs b/src/Core/src/Platform/Windows/TextBlockExtensions.cs index 987ab7b0d1ea..b889a3a88d3c 100644 --- a/src/Core/src/Platform/Windows/TextBlockExtensions.cs +++ b/src/Core/src/Platform/Windows/TextBlockExtensions.cs @@ -127,7 +127,7 @@ internal static void UpdateTextPlainText(this TextBlock platformControl, IText l { platformControl.Text = label.Text; } - + static XElement? ParseXhtml(string? html) { if (string.IsNullOrEmpty(html))