The source code for the Silverlight 2 controls was published. This is the source code for the controls as shipped in the runtime and SDK. Here is a snapshot of the project:
The source code for the Silverlight 2 controls includes implementations for the following controls:
-
ButtonBase
- Button
- HyperlinkButton
- CheckBox
- RadioButton
- CheckBox
- ToogleButton
- RepeatButton
- RangeBase
- Slider
- ScrollBar
- ProgressBar
- Calendar
- DataGrid
- DatePicker
- GridSplitter
- TabControl
Unit tests for the SDK controls have also been included as well! Very cool!
You can download it from here: Source code for Silverlight 2 Controls