Fix bug #2927: lookup event bound methods from root instance, not current object.
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>
Thu, 19 Jan 2012 09:30:33 +0000 (18:30 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Thu, 19 Jan 2012 09:30:33 +0000 (18:30 +0900)
commit62537fdd3cd9f75f9f933161a6ca4c2794c0b4eb
tree9519d5bc932b6ea766231ec03c81153a726f5553
parentea978eba81c9660b803a851267955175058696a6
Fix bug #2927: lookup event bound methods from root instance, not current object.
mcs/class/System.Xaml/System.Xaml/XamlObjectWriter.cs
mcs/class/System.Xaml/System.Xaml/XamlWriterInternalBase.cs
mcs/class/System.Xaml/Test/System.Xaml/TestedTypes.cs
mcs/class/System.Xaml/Test/System.Xaml/XamlObjectWriterTest.cs
mcs/class/System.Xaml/Test/XmlFiles/LookupCorrectEvent.xml [new file with mode: 0644]
mcs/class/System.Xaml/Test/XmlFiles/LookupCorrectEvent2.xml [new file with mode: 0644]
mcs/class/System.Xaml/Test/XmlFiles/LookupCorrectEvent3.xml [new file with mode: 0644]