a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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> |