summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-04-27 05:55:09 -0600
committerkingces95 <kingces95@users.noreply.github.com>2016-04-27 07:55:09 -0400
commit2d9288eee6e6f197364a64308183725e7bd561f9 (patch)
tree82d3e0403429f62c9a1b036ee4d57cc0faf2f0e0 /Xamarin.Forms.Platform.WinRT
parent35eea1dc77b6dd4f583b6b3a5231845b7165d5b3 (diff)
downloadxamarin-forms-2d9288eee6e6f197364a64308183725e7bd561f9.tar.gz
xamarin-forms-2d9288eee6e6f197364a64308183725e7bd561f9.tar.bz2
xamarin-forms-2d9288eee6e6f197364a64308183725e7bd561f9.zip
Prep Entry for removal of InternalsVisibleTo (#139)
* Prep Entry control for removal of InternalsVisibleTo * Update docs
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT')
-rw-r--r--Xamarin.Forms.Platform.WinRT/EntryRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/EntryRenderer.cs b/Xamarin.Forms.Platform.WinRT/EntryRenderer.cs
index 1a9fa767..f9f0b3a2 100644
--- a/Xamarin.Forms.Platform.WinRT/EntryRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT/EntryRenderer.cs
@@ -122,7 +122,7 @@ namespace Xamarin.Forms.Platform.WinRT
if (args?.Key != VirtualKey.Enter)
return;
- Element.SendCompleted();
+ ((IEntryController)Element).SendCompleted();
}
void UpdateAlignment()