2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git] / test / 2.0 / moon-unit / System.Windows / DependencyPropertyTest_ManagedTest_D1.xaml
blob0f7890c37f80bae8af248454895619d7e9030e1c
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 work -->
8         </Style>
9     </Canvas.Style>
10 </Canvas>