summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/XNull.xaml
blob: 4670e30bba9b300c18f38436f1328b9a624f2cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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.XNull">
	<ContentPage.Resources>
		<ResourceDictionary>
			<x:Null x:Key="null"/>
		</ResourceDictionary>
	</ContentPage.Resources>
</ContentPage>