use static container
[mono.git] / mcs / class / WindowsBase / ChangeLog
1 2005-07-24  Iain McCoy  <iain@mccoy.id.au>
2
3         * Test/AttachedProperties.cs: made LocalValueEnumerator test not
4         depend on unstable implementation details
5
6 2005-07-19  Iain McCoy  <iain@mccoy.id.au>
7
8         * System.Windows/DependencyObject.cs,
9           System.Windows/LocalValueEnumerator.cs: implemented
10         GetLocalValueEnumerator() and the LocalValueEnumerator class to
11         support it.
12         * Test/DependencyObject.cs: added test for LocalValueEnumerator
13         
14
15 2005-07-06  Iain McCoy  <iain@mccoy.id.au>
16
17         * System.Windows/DependencyObject.cs,
18           System.Windows/DependencyProperty.cs,
19           System.Windows/PropertyMetadata.cs,
20           System.Windows/Callbacks.cs: Added constructors to PropertyMetadata,
21           added support for default values of properties
22
23 2005-07-02  Iain McCoy  <iain@mccoy.id.au>
24
25         * whole folder: initial implementation of the DependencyProperty
26         system