mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
684 B
17 lines
684 B
<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cc="clr-namespace:ILSpy.BamlDecompiler.Tests.Cases"> |
|
<cc:CustomControl> |
|
<cc:CustomControl.Style> |
|
<Style /> |
|
</cc:CustomControl.Style> |
|
<Grid.Row>0</Grid.Row> |
|
<cc:CustomControl.Tag>{}{Test}</cc:CustomControl.Tag> |
|
<cc:CustomControl.CustomName>Custom1</cc:CustomControl.CustomName> |
|
</cc:CustomControl> |
|
<Label ToolTip="{DynamicResource {x:Static cc:CustomControl.SimpleProperty}}"> |
|
<Label.Style> |
|
<Style /> |
|
</Label.Style> |
|
<Grid.Row>0</Grid.Row> |
|
<cc:CustomControl.CustomName>Label1</cc:CustomControl.CustomName> |
|
</Label> |
|
</Grid> |