summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz53275.xaml
blob: cab52a02108f37f274d0f6f428cabb92ce0c1cc8 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
	xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
	xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
	x:Class="Xamarin.Forms.Xaml.UnitTests.Bz53275"
	ANonBindableProperty="{local:TargetProperty}">
	<Label x:Name="label" Text="{local:TargetProperty}" />
</ContentPage>