summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/XStaticException.xaml
blob: 58d3cb10966eb39135226d7d3a05fe17e39edd2d (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.XStaticException">
	<Label x:Name="shouldThrow"
		   Text="{x:Static Member=local:MockxStatic.InstanceProperty}" />
</ContentPage>