summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/TestXmlnsUsing.xaml
blob: f48dfdf2e41fcf01ecc8ea932b8cdd6e92c02ed1 (plain)
1
2
3
4
5
6
7
8
9
<?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="using:Xamarin.Forms.Xaml.UnitTests"
	x:Class="Xamarin.Forms.Xaml.UnitTests.TestXmlnsUsing">
	<ContentPage.Content>
		<local:CustomXamlView />
	</ContentPage.Content>
</ContentPage>