Cosmos/source/Cosmos.Kernel.LogViewer/MessageTemplates/NormalMessageTemplate.xaml
mterwoord_cp 85af67e2cb
2007-11-13 16:34:30 +00:00

13 lines
No EOL
483 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<DataTemplate x:Key="Everything_NormalMessage">
<ListViewItem>
<StackPanel Orientation="Horizontal">
<TextBlock>Module: </TextBlock>
<TextBlock Text="{Binding Path=@Module}"/>
<Separator/>
<TextBlock Text="{Binding Path=/.}"/>
</StackPanel>
</ListViewItem>
</DataTemplate>
</ResourceDictionary>