From 8bc7ba3faade6e7396347f20dd8968fd35491671 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Mon, 6 Mar 2017 10:35:17 +0100 Subject: [C] ITextElement and TextElement (#789) --- Xamarin.Forms.Platform.WP8/FontExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.Platform.WP8') diff --git a/Xamarin.Forms.Platform.WP8/FontExtensions.cs b/Xamarin.Forms.Platform.WP8/FontExtensions.cs index 186c6719..dc4690ea 100644 --- a/Xamarin.Forms.Platform.WP8/FontExtensions.cs +++ b/Xamarin.Forms.Platform.WP8/FontExtensions.cs @@ -92,7 +92,7 @@ namespace Xamarin.Forms.Platform.WinPhone self.FontWeight = FontWeights.Normal; } - public static void ApplyFont(this TextElement self, Font font) + public static void ApplyFont(this System.Windows.Documents.TextElement self, Font font) { if (font.UseNamedSize) { -- cgit v1.2.3