4 lines
227 B
XML
4 lines
227 B
XML
|
<ResourcesDict xmlns="http://www.domain.com/path" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<TestObject x:Key="TestDictItem" />
|
||
|
<TestObject x:Key="okay" TestProperty="{Resource TestDictItem}" />
|
||
|
</ResourcesDict>
|