10 lines
315 B
XML
10 lines
315 B
XML
|
<MyRootClass2 xmlns="clr-namespace:XamarinBug2927;assembly=System.Xaml_test_net_4_0" >
|
||
|
<MyRootClass2.Child>
|
||
|
<MyChildClass>
|
||
|
<MyChildClass.Descendant>
|
||
|
<DescendantClass Value='x' DoWork='HandleMyEvent' />
|
||
|
</MyChildClass.Descendant>
|
||
|
</MyChildClass>
|
||
|
</MyRootClass2.Child>
|
||
|
</MyRootClass2>
|