a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberInvoker.cs : make sure GetValue() is not supported
|
|
on directives.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTypeConverter.cs : this prefers UnderlyingType.ToString()
|
|
unlike XamlType.ToString().
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeName.cs : corcompare shows I was missing useful two.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeName.cs : implemented.
|
|
|
|
2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeInvoker.cs : implement AddToCollection and AddToDictionary.
|
|
|
|
2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeInvoker.cs : implement CreateInstance() for object writer.
|
|
|
|
2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeName.cs : methods were missing.
|
|
|
|
2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTypeConverter.cs, XamlValueConverter.cs : implemented.
|
|
|
|
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberInvoker.cs : implement most of it.
|
|
|
|
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* AllowedMemberLocations.cs
|
|
ShouldSerializeResult.cs
|
|
XamlCollectionKind.cs
|
|
XamlMemberInvoker.cs
|
|
XamlTypeInvoker.cs
|
|
XamlTypeName.cs
|
|
XamlTypeTypeConverter.cs
|
|
XamlValueConverter.cs : initial checkin.
|