summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties
diff options
context:
space:
mode:
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>2017-01-26 13:14:55 +0100
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:18 +0900
commit307024f58030431bd2530d52ea1315458a1ee21f (patch)
tree1a4f691bd68dbd1ca5ab1a92c1424fae4310ac05 /Xamarin.Forms.Platform.Tizen/Properties
parentfd5428fd812ef82691bcfc7549e637fd507184f3 (diff)
downloadxamarin-forms-307024f58030431bd2530d52ea1315458a1ee21f.tar.gz
xamarin-forms-307024f58030431bd2530d52ea1315458a1ee21f.tar.bz2
xamarin-forms-307024f58030431bd2530d52ea1315458a1ee21f.zip
Add support for NativeViews specified in XAML
See: https://developer.xamarin.com/guides/xamarin-forms/user-interface/native-views/ Change-Id: I0a4315cccdaa208585f417db4f91240555a64a47 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index 37e0221a..0b7977f6 100644
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -19,6 +19,8 @@ using Xamarin.Forms.Platform.Tizen;
[assembly: Xamarin.Forms.Dependency(typeof(ResourcesProvider))]
[assembly: Xamarin.Forms.Dependency(typeof(Deserializer))]
+[assembly: Xamarin.Forms.Dependency(typeof(NativeBindingService))]
+[assembly: Xamarin.Forms.Dependency(typeof(NativeValueConverterService))]
[assembly: ExportRenderer(typeof(Layout), typeof(LayoutRenderer))]
[assembly: ExportRenderer(typeof(ScrollView), typeof(ScrollViewRenderer))]