Merge branch 'loaded-branch'
[moon.git] / test / 2.0 / moon-unit / System.Windows / DependencyPropertyTest_ManagedTest_D2.xaml
blob0c324e1fbb2ed71555848a4da69079e6e34f5c49
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="d" Value="ok" /> <!-- This should probably not work -->
8         </Style>
9     </Canvas.Style>
10 </Canvas>