Describe about RelativeResource Property in WPF application?
Amar Singh
By default, bindings inherit the data context specified by the DataContext property, if one has been set. However, the RelativeSource property is one of the ways you can explicitly set the source of a Binding and override the inherited data context.
http://www.c-sharpcorner.com/UploadFile/yougerthen/relativesources-in-wpf/