summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml
new file mode 100644
index 00000000..fd149013
--- /dev/null
+++ b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ x:Class="Xamarin.Forms.Xaml.UnitTests.Bz27299"
+ xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
+ BindingContext="{Binding Bz27299, Source={StaticResource ViewModelLocator}}">
+ <ContentPage.Resources>
+ <ResourceDictionary>
+ <local:Bz27299ViewModelLocator x:Key="ViewModelLocator" />
+ </ResourceDictionary>
+ </ContentPage.Resources>
+ <Label x:Name="label"
+ Text="{Binding Text}" />
+</ContentPage> \ No newline at end of file