mirror of https://github.com/icsharpcode/ILSpy.git
2 changed files with 22 additions and 6 deletions
@ -1,12 +1,16 @@ |
|||||||
<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:cc="clr-namespace:ILSpy.BamlDecompiler.Tests.Cases"> |
<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:cc="clr-namespace:ILSpy.BamlDecompiler.Tests.Cases"> |
||||||
<Label> |
|
||||||
<Label.Style> |
|
||||||
<Style /> |
|
||||||
</Label.Style> |
|
||||||
</Label> |
|
||||||
<cc:CustomControl> |
<cc:CustomControl> |
||||||
<cc:CustomControl.Style> |
<cc:CustomControl.Style> |
||||||
<Style /> |
<Style /> |
||||||
</cc:CustomControl.Style> |
</cc:CustomControl.Style> |
||||||
|
<Grid.Row>0</Grid.Row> |
||||||
|
<cc:CustomControl.CustomName>Custom1</cc:CustomControl.CustomName> |
||||||
</cc:CustomControl> |
</cc:CustomControl> |
||||||
|
<Label> |
||||||
|
<Label.Style> |
||||||
|
<Style /> |
||||||
|
</Label.Style> |
||||||
|
<Grid.Row>0</Grid.Row> |
||||||
|
<cc:CustomControl.CustomName>Label1</cc:CustomControl.CustomName> |
||||||
|
</Label> |
||||||
</Grid> |
</Grid> |
Loading…
Reference in new issue