summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WP8')
-rw-r--r--Xamarin.Forms.Platform.WP8/EntryRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WP8/EntryRenderer.cs b/Xamarin.Forms.Platform.WP8/EntryRenderer.cs
index 00fdbb4a..2a92d667 100644
--- a/Xamarin.Forms.Platform.WP8/EntryRenderer.cs
+++ b/Xamarin.Forms.Platform.WP8/EntryRenderer.cs
@@ -9,7 +9,7 @@ using WControl = System.Windows.Controls.Control;
namespace Xamarin.Forms.Platform.WinPhone
{
- internal static class KeyboardExtensions
+ public static class KeyboardExtensions
{
public static InputScope ToInputScope(this Keyboard self)
{