DependencyProperty and DependencyObject is the core of WPF data binding. We can use this two class to binding one class instead of using INotifyPropertyChanged 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Te