--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/Iri.Modernisation.Controls/View/ContextualLinkBinder.xaml Wed Nov 18 15:30:31 2009 +0100
@@ -0,0 +1,21 @@
+<UserControl x:Name="userControl" x:Class="Iri.Modernisation.Controls.View.ContextualLinkBinder"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+
+ xmlns:Converter="clr-namespace:Iri.Modernisation.Controls.Converter"
+ Width="40" Height="32">
+ <UserControl.Resources>
+ <Converter:PolemicTypeColorConverter x:Key="PolemicTypeColorConverter"/>
+ </UserControl.Resources>
+ <UserControl.Background>
+ <SolidColorBrush/>
+ </UserControl.Background>
+
+ <Grid x:Name="LayoutRoot" Height="29" HorizontalAlignment="Left" VerticalAlignment="Top" Width="40">
+ <Grid.Background>
+ <SolidColorBrush/>
+ </Grid.Background>
+ <Path x:Name="path9022" Stroke="#FF969696" StrokeThickness="2.2" StrokeMiterLimit="4" StrokeDashOffset="0" StrokeLineJoin="Miter" StrokeEndLineCap="Flat" Data="M 475.46243 525.52845 C 474.16293 525.64725 472.88943 526.15915 471.82033 527.07265 C 469.09043 529.40505 468.76863 533.51595 471.10113 536.24585 C 473.43353 538.97575 477.54443 539.29755 480.27433 536.96505 L 478.71393 535.13515 C 477.04033 536.36725 474.66353 536.10755 473.29233 534.50265 C 471.85693 532.82275 472.05783 530.29185 473.73773 528.85655 C 475.20343 527.60415 477.28633 527.57675 478.79303 528.75405 L 480.22943 527.04345 C 478.84553 525.88005 477.13323 525.37565 475.46243 525.52845 z" UseLayoutRounding="False" Canvas.Left="-467" Canvas.Top="-522.667" Stretch="Fill" Height="28.75" HorizontalAlignment="Left" VerticalAlignment="Top" Width="24.455"/>
+ <Path x:Name="path9020" StrokeThickness="2.2" StrokeMiterLimit="4" StrokeDashOffset="0" StrokeLineJoin="Miter" StrokeEndLineCap="Flat" Data="M 482.32193 528.77945 L 482.33103 531.07045 L 475.14683 531.07045 L 475.14683 533.07655 L 482.33103 533.07655 L 482.33103 535.36755 L 483.94563 533.72055 L 485.56023 532.06115 L 483.94563 530.42655 L 482.32193 528.77945 z" UseLayoutRounding="False" Canvas.Left="-467" Canvas.Top="-522.667" Stretch="Fill" Stroke="{Binding PolemicType, Converter={StaticResource PolemicTypeColorConverter}, ElementName=userControl, Mode=OneWay}" HorizontalAlignment="Left" Margin="11.7,6.625,0,7.257" Width="23.675" RenderTransformOrigin="0.601,1.164"/>
+ </Grid>
+</UserControl>