Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-properties

Should ViewModel inherit DependencyObject in WPF?

DependencyProperty of type "Binding" is not being updated

Dependency property in custom control is sharing memory/values unexpectedly

wpf DependencyProperty Not accepting default value for short

DependencyProperty getter/setter not being called

How to get default value for DependencyProperty

Why do different instances have same dependency property value?

Property can not be null on Trigger

Trying to change a CroppedBitmap's SourceRect at runtime

wpf dependency-properties

Is derived type also becomes owner for dependency property defined in base class (in WPF/XAML)

WPF Dependency Property as Enum Collection

Changing the value of a DependencyProperty inside the PropertyChangedCallback for that DependencyProperty

Bind a readonly DependencyProperty to another readonly DependencyProperty

How can I change only a single option of a DependencyProperty's metadata in a subclass?

WinRT Custom Control Dependency Property Setting/Binding

Using DependencyProperty on ViewModel with Entity Framework

WPF MVVM binding to DependencyProperty of a UserControl not working

Is there a way to tell if the value of a DependencyProperty came from binding source or target?

Defining InputBindings within a Style