2005-07-18 Iain McCoy <iain@mccoy.id.au>
authorIain McCoy <iainmc@mono-cvs.ximian.com>
Mon, 18 Jul 2005 16:29:06 +0000 (16:29 -0000)
committerIain McCoy <iainmc@mono-cvs.ximian.com>
Mon, 18 Jul 2005 16:29:06 +0000 (16:29 -0000)
commitc063abca55521fb1fd7e03ffd98adfc2b4898b12
treedd4d0913c9a65e50881a5ced20678fb01736b7ad
parente58d1ac64815170598fee921f87b7502b3e51bf9
2005-07-18  Iain McCoy  <iain@mccoy.id.au>

        * Mono.Windows.Serialization/*, Test/*: change stupid
        CreateElementText name of method on XamlWriter to something marginally
        more sensible
        * demo/TestVocab/*.cs: add implementations of equals so that tests for
        the ObjectWriter can be written.

2005-07-19  Iain McCoy  <iain@mccoy.id.au>

        * System.Windows/DependencyObject.cs,
          System.Windows/LocalValueEnumerator.cs: implemented
        GetLocalValueEnumerator() and the LocalValueEnumerator class to
        support it.
        * Test/DependencyObject.cs: added test for LocalValueEnumerator

svn path=/trunk/mcs/; revision=47391
17 files changed:
mcs/class/PresentationFramework/ChangeLog
mcs/class/PresentationFramework/Mono.Windows.Serialization/CodeWriter.cs
mcs/class/PresentationFramework/Mono.Windows.Serialization/ObjectWriter.cs
mcs/class/PresentationFramework/Mono.Windows.Serialization/XamlParser.cs
mcs/class/PresentationFramework/Mono.Windows.Serialization/XamlWriter.cs
mcs/class/PresentationFramework/PresentationFramework.dll.sources
mcs/class/PresentationFramework/Test/CodeWriter.cs
mcs/class/PresentationFramework/Test/XamlParser.cs
mcs/class/WindowsBase/ChangeLog
mcs/class/WindowsBase/System.Windows/DependencyObject.cs
mcs/class/WindowsBase/System.Windows/LocalValueEnumerator.cs
mcs/class/WindowsBase/Test/AttachedProperties.cs
mcs/tools/xamlc/ChangeLog
mcs/tools/xamlc/demo/TestVocab/ConsoleApp.cs
mcs/tools/xamlc/demo/TestVocab/ConsoleReader.cs
mcs/tools/xamlc/demo/TestVocab/ConsoleValue.cs
mcs/tools/xamlc/demo/TestVocab/ConsoleWriter.cs