9 lines
345 B
XML
9 lines
345 B
XML
|
<AbstractContainer xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml_test_net_4_0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<AbstractContainer.Value1>
|
||
|
<x:Null />
|
||
|
</AbstractContainer.Value1>
|
||
|
<AbstractContainer.Value2>
|
||
|
<DerivedObject Foo="x" />
|
||
|
</AbstractContainer.Value2>
|
||
|
</AbstractContainer>
|