linux-packaging-mono/mcs/class/System.Xaml/Test/XmlFiles/ContentPropertyContainer.xml

12 lines
347 B
XML
Raw Normal View History

<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>