/ILSpy.BamlDecompiler/Tests/Cases/SimpleNames.xaml

http://github.com/icsharpcode/ILSpy · XAML · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · c88d003bf55c2196880e329337a33a43 MD5 · raw file

  1. <Window x:Class="ILSpy.BamlDecompiler.Tests.Cases.SimpleNames" Title="ILSpy.BamlDecompiler.Tests.Cases" Height="300" Width="300" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="clr-namespace:ILSpy.BamlDecompiler.Tests.Cases">
  2. <Grid>
  3. <Button Name="test" />
  4. <mc:MyControl x:Name="test2" />
  5. </Grid>
  6. </Window>