One of the changes in Silverlight 2 RC0 is that reorganization and in some cases renaming of assemblies for the controls. Making this post short and sweet …

  • System.Windows.Controls assembly contains:
    • Calendar
    • DatePicker
    • TabControl
    • GridSplitter
  • System.Windows.Controls.Data assembly contains:
    • DataGrid

All of the controls above are located in the System.Windows.Controls namespace.

DotNetKicks Image