WPF for those who know Windows Forms

The DataContext can be used as the default source of data, that is if an element, or an element’s parent has a DataContext assigned, then the Binding object just picks that up as the object to bind against. If you want to bind to something other than what’s currently stuffed in the DataContext, you can set the data source explicitly. ................
................