Merge remote branch 'upstream/master'
[mono.git] / mcs / class / System.Xaml / System.Xaml / XamlObjectWriter.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-07 Atsushi EnoImplemented XData support in XamlObjectWriter.
2010-12-06 Atsushi EnoImplemented Reference resolution in XamlObjectWriter.
2010-12-03 Atsushi EnoSplit internal base class into new file.
2010-12-03 Atsushi EnoRename source.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-17 Atsushi EnoSupport x:Arguments in XamlObjectWriter.
2010-11-17 Atsushi EnoAvoid examining converted type after using TypeConverte...
2010-11-17 Atsushi EnoGave up finding "correct" way to deserialize XamlType...
2010-11-17 Atsushi EnoGet object instantiation correctly invoked when non...
2010-11-17 Atsushi EnoConsider PositionalParametesr in XamlObjectWriter.
2010-11-17 Atsushi EnoMade a couple of PositionalParameter related fixes...
2010-11-16 Atsushi EnoContentProperty will just show up as an ordinal propert...
2010-11-15 Atsushi EnoMake string convertibility check more strictly.
2010-11-15 Atsushi EnoUse CanConvertTo(typeof(string)) before converting...
2010-11-12 Atsushi EnoAdd new ValueSerializerContext and use it everywhere...
2010-10-19 Atsushi EnoArray takes ArrayExtension shape and thus won't reach...
2010-10-19 Atsushi EnoImplement FactoryMethod and Arguments support in XamlOb...
2010-10-15 Marek SafarClean up few more warnings
2010-10-07 Atsushi EnoSignificant XamlObjectWriter rewrite for solid state...
2010-10-06 Atsushi EnoUse MarkupExtension.ProvideValue() so that XamlObjectRe...
2010-10-05 Atsushi EnoGet List<int> working with XamlXmlReader and XamlObject...
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Atsushi EnoHandle Initialization correctly.
2010-10-04 Atsushi EnoGet constructor arguments (x:Arguments) working on...
2010-05-17 Atsushi Eno2010-05-17 Atsushi Enomoto <atsushi@ximian.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-13 Atsushi EnoXamlObjectWriter implementation.
2010-04-08 Atsushi Enoinitial checkin.