summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
diff options
context:
space:
mode:
authoradrianknight89 <adrianknight89@outlook.com>2016-08-30 13:31:41 -0500
committerJason Smith <jason.smith@xamarin.com>2016-08-30 11:31:41 -0700
commitf1f0a77e1513a248f852a249c69891ce7ed0a8d5 (patch)
tree8b667f6dc3df17cde27af79603668df543df1923 /Xamarin.Forms.Platform.WP8
parentab0daa194734be0e45d8582e9254c447b464b27f (diff)
downloadxamarin-forms-f1f0a77e1513a248f852a249c69891ce7ed0a8d5.tar.gz
xamarin-forms-f1f0a77e1513a248f852a249c69891ce7ed0a8d5.tar.bz2
xamarin-forms-f1f0a77e1513a248f852a249c69891ce7ed0a8d5.zip
KeyboardExtensions is now public (#326)
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)
{