Merge remote branch 'upstream/master'
[mono.git] / mcs / class / System.Xaml / System.Xaml / XamlNode.cs
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-20 Atsushi EnoImplemented support for attached properties in xamlread...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Atsushi EnoNow object reader returns PositionalParameters for...
2010-11-29 Atsushi EnoRefactoring Instance handling for consistent MarkupExte...
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 EnoMake string convertibility check more strictly.
2010-11-11 Atsushi EnoXamlMember.TypeConverter should return correct converte...
2010-11-11 Atsushi EnoSplit XamlNode.cs to object-reader specific code and...
2010-11-08 Atsushi EnoFixed member order in Dictionary key and item in XamlOb...
2010-11-04 Atsushi EnoMove XamlType-generic PositionalParameter stuff from...
2010-11-02 Atsushi EnoExtracted PrefixLookup to another file. Add more XamlTy...
2010-11-02 Atsushi EnoMove around some members (to correct/appropriate places...
2010-10-29 Atsushi EnoMake it strict to apply PositionalParameters to limit...
2010-10-29 Atsushi EnoGetAllMSeveral fixes regarding property readability...
2010-10-28 Atsushi EnoIntroduce new XamlObjectReader implementation.