<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:Input="clr-namespace:SLExtensions.Input;assembly=SLExtensions"
x:Class="Iri.Modernisation.Controls.View.ProductionMenu" Height="64" Width="120">
<StackPanel x:Name="ProductionMenuPanel">
<TextBlock Style="{StaticResource CommonTextBlock}" x:Name="ProductionMenuLabel" Text="Production" TextWrapping="Wrap"/>
<StackPanel Margin="8,0,0,0">
<TextBlock Style="{StaticResource CommonTextBlock}" Input:CommandService.Command="FlipView" >Mon vidéo-livre</TextBlock>
<TextBlock Style="{StaticResource CommonTextBlock}" >Créer</TextBlock>
<TextBlock Style="{StaticResource CommonTextBlock}" >Modifier</TextBlock>
</StackPanel>
</StackPanel>
</UserControl>