Merge remote branch 'upstream/master'
[mono.git] / mcs / class / System.Xaml / Test / System.Xaml / TestedTypes.cs
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-20 Atsushi EnoImplemented support for attached properties in xamlread...
2010-12-16 Atsushi EnoAdd attachable event support in XamlType (not yet in...
2010-12-16 Atsushi EnoImplement XamlType.GetAllAttachableProperties() and...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Atsushi EnoFinally got XData tests that make sense. Implemented...
2010-12-06 Atsushi EnoImplemented Reference resolution in XamlObjectWriter.
2010-11-30 Atsushi EnoAdd name reference tests to all readers/writers.
2010-11-30 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Atsushi EnoAdd name reference test (not working).
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Atsushi EnoAdd not-working tets for some MarkupExtension wrapper...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-15 Atsushi EnoUse CanConvertTo(typeof(string)) before converting...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Atsushi EnoAdd new XamlXmlWriter implementation. Marked some as...
2010-11-05 U-monkeytimeline2... A few refactoring for new XamlXmlWriter. Add tests...
2010-11-02 Atsushi EnoMove around some members (to correct/appropriate places...
2010-10-29 Atsushi EnoMore compliant ordering of GetAllMembers() results...
2010-10-29 Atsushi EnoGetAllMSeveral fixes regarding property readability...
2010-10-28 Atsushi EnoAdd GetItems tests for collection invoker.
2010-10-28 Atsushi EnoCollected tested types into a new file.