Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « WindowsBase « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4967da5941374766f9379b9490537727b486e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2005-07-19  Iain McCoy  <iain@mccoy.id.au>

	* System.Windows/DependencyObject.cs,
	  System.Windows/LocalValueEnumerator.cs: implemented
	GetLocalValueEnumerator() and the LocalValueEnumerator class to
	support it.
	* Test/DependencyObject.cs: added test for LocalValueEnumerator
	

2005-07-06  Iain McCoy  <iain@mccoy.id.au>

	* System.Windows/DependencyObject.cs,
	  System.Windows/DependencyProperty.cs,
	  System.Windows/PropertyMetadata.cs,
	  System.Windows/Callbacks.cs: Added constructors to PropertyMetadata,
	  added support for default values of properties

2005-07-02  Iain McCoy  <iain@mccoy.id.au>

	* whole folder: initial implementation of the DependencyProperty
	system