* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-parser-multiple-canvases.xaml
blob0cd3d11924bdb59e75db441f0db3e0ffe1f22d49
1 <Canvas xmlns="http://schemas.microsoft.com/client/2007"
2         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
4         <Canvas x:Name="canvas-one" />
5         <Canvas x:Name="canvas-one" />
7 </Canvas>