12 lines
347 B
XML
12 lines
347 B
XML
|
<ContentPropertyContainer xmlns="http://www.domain.com/path" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<SimpleType x:Key="one">
|
||
|
<SimpleType />
|
||
|
<SimpleType />
|
||
|
<SimpleType.NonContentItems>
|
||
|
<SimpleType />
|
||
|
<SimpleType />
|
||
|
</SimpleType.NonContentItems>
|
||
|
</SimpleType>
|
||
|
<SimpleType x:Key="two" />
|
||
|
</ContentPropertyContainer>
|