Reimplemented XamlXmlReader to make it iterator based, much less stateful.
authorAtsushi Eno <atsushi@ximian.com>
Thu, 31 Mar 2011 12:05:19 +0000 (21:05 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Thu, 31 Mar 2011 12:05:19 +0000 (21:05 +0900)
commite07a7150a780b10a2fd1c46d2e4caca23dc340eb
treebe5dcb97f574ab0a4f1bb72d67b41944fc144cc8
parent766d5a60e92ffa7e9d1352f17ec34eac8b6bb9b1
Reimplemented XamlXmlReader to make it iterator based, much less stateful.

Also fixed bug #638290 (required lots of state management complication).
mcs/class/System.Xaml/System.Xaml/XamlXmlReader.cs
mcs/class/System.Xaml/Test/System.Xaml/TestedTypes.cs
mcs/class/System.Xaml/Test/System.Xaml/XamlReaderTestBase.cs
mcs/class/System.Xaml/Test/System.Xaml/XamlXmlReaderTest.cs
mcs/class/System.Xaml/Test/XmlFiles/ContentPropertyContainer.xml [new file with mode: 0644]