New posts in dependency-properties

Hiding inherited members

Twoway-bind view's DependencyProperty to viewmodel's property?

Binding Slider.Value to property and setting Value to value above Slider.Maximum will coerce it to Maximum but the ViewModel will go out of sync

A 'Binding' can only be set on a DependencyProperty of a DependencyObject

What is the difference between Property and Dependency Property

What are the defaults for Binding.Mode=Default for WPF controls?

Is there a way to specify a custom dependency property's default binding mode and update trigger?

How do You Create a Read-Only Dependency Property?

What's the difference between a dependency property and an attached property in WPF?

Setters not run on Dependency Properties?

What's the difference between Dependency Property SetValue() & SetCurrentValue()

How to correctly bind to a dependency property of a usercontrol in a MVVM framework

Listen to changes of dependency property

What is a dependency property?

DependencyProperty getter/setter not being called

DependencyProperty not triggered

XAML binding not working on dependency property?

Callback when dependency property recieves xaml change

INotifyPropertyChanged vs. DependencyProperty in ViewModel