equal
deleted
inserted
replaced
9 x:Class="FingersDance.Control.Screen.UserControlScreen" |
9 x:Class="FingersDance.Control.Screen.UserControlScreen" |
10 x:Name="UserControl" |
10 x:Name="UserControl" |
11 d:DesignWidth="640" d:DesignHeight="480" Width="1024" Height="768" xmlns:Custom="http://schemas.microsoft.com/surface/2008"> |
11 d:DesignWidth="640" d:DesignHeight="480" Width="1024" Height="768" xmlns:Custom="http://schemas.microsoft.com/surface/2008"> |
12 |
12 |
13 <Grid x:Name="LayoutRoot"> |
13 <Grid x:Name="LayoutRoot"> |
14 <Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" ContactChanged="ScatterViewPivot_ContactChanged" x:Name="ScatterViewScreen"/> |
14 <Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" x:Name="ScatterViewScreen"/> |
15 |
15 |
16 </Grid> |
16 </Grid> |
17 |
17 |
18 </UserControl> |
18 </UserControl> |