ShaderEffect subclasses from Effect, not DependencyObject
[moon.git] / test / 2.0 / NameTortureTest / CustomControl.xaml
blobfcc18359695aa2f314f942f61fe3298ab8b7f17f
1 <UserControl x:Class="NameTortureTest.CustomControl"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
4     Width="400" Height="300">
5     <Grid x:Name="LayoutRoot" Background="White">
7     </Grid>
8 </UserControl>