summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz31529.xaml
blob: ebe69f8cff89b6df9d8968833745256d598f7b04 (plain)
1
2
3
4
5
6
7
8
9
10
<?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.Bz31529">
	<StackLayout>
		<Label x:Name="label" Text="Foo" />
		<Button x:Name="button"
				CommandParameter = "{Binding Text, Source= {x:Reference label}}" />
	</StackLayout>
</ContentPage>