Merge branch 'loaded-branch'
[moon.git] / test / 2.0 / moon-unit / System.Windows / DependencyPropertyTest_ManagedTest_E2.xaml
blob57bd649988644977496a81520ea97f6368fcd98f
1 <Canvas x:Class="MoonTest.System.Windows.ManagedTestClass"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4         xmlns:custom="clr-namespace:MoonTest.System.Windows">
5     <Canvas.Style>
6         <Style TargetType="custom:ManagedTestClass">
7             <Setter Property="e" Value="ok" /> <!-- This should work -->
8         </Style>
9     </Canvas.Style>
10 </Canvas>