summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-27 20:10:39 +0200
committerJason Smith <jason.smith@xamarin.com>2016-09-27 11:10:39 -0700
commit3e0ee965d710768f1c434b469f8c1c8371b7659a (patch)
tree1c5fe29f542e098ec68f3f0a029df380e07c41e6 /Xamarin.Forms.Xaml.UnitTests/SetValue.xaml
parent0f7b22f49d767c3ae522641c324e7ef6928719b4 (diff)
downloadxamarin-forms-3e0ee965d710768f1c434b469f8c1c8371b7659a.tar.gz
xamarin-forms-3e0ee965d710768f1c434b469f8c1c8371b7659a.tar.bz2
xamarin-forms-3e0ee965d710768f1c434b469f8c1c8371b7659a.zip
[Xaml] more primitive types (#385)
* [Xaml] more builtin conversion, and more type primitives * [XamlC] more builtin conversion, more type primitives
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/SetValue.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/SetValue.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml b/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml
index da844ed0..75784273 100644
--- a/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml
+++ b/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml
@@ -83,5 +83,6 @@
<d:IgnorableElement />
</ContentView.Content>
</ContentView>
+ <local:MockViewWithValues x:Name="mockView0" UShort="32" ADecimal="42" />
</StackLayout>
</ContentPage> \ No newline at end of file