Top "Dependency-properties" questions

A property in WPF and Silverlight that can be set through methods such as, styling, data binding, animation, and inheritance.

Wpf UserControl and MVVM

I am thinking about writing a WPF User Control for my application. I am using MVVM in my application. User …

.net wpf mvvm user-controls dependency-properties
How to simply bind this to ConverterParameter?

I have problem and i don't know how to solve this simple, i have many points like this, then solution …

c# data-binding dependency-properties
What is a dependency property? What is its use?

Possiblity: What is a dependency property? What is a dependency property? How does it differ from a normal property? What …

c# .net wpf silverlight dependency-properties
Dependency Property is not updating my Usercontrol

The line below works for the TextBox DP Text, where CellNo is a property of a class which derives from …

wpf binding dependency-properties
How do You Create a Read-Only Dependency Property?

How do you create a read-only dependancy property? What are the best-practices for doing so? Specifically, what's stumping me the …

.net wpf dependency-properties
Error while removing project dependency in VS2010

I have a large solution with number of projects. Some the projects depend on others (never a circular dependency though). …

visual-studio-2010 project dependency-properties
WPF User Control hell with MVVM and Dependency Properties

This is what I'm trying to do: I'm writing a UserControl that I want to be consumed by other developers. …

wpf user-controls mvvm dependency-properties
Hiding inherited members

I'm looking for some way to effectively hide inherited members. I have a library of classes which inherit from common …

c# wpf silverlight polymorphism dependency-properties
How to use PropertyChangedCallBack

I have a TextBox Binded to a dependancy property, I have implemented a PropertyChangedCallBack function, when the text changes I …

c# wpf static dependency-properties propertychanged
What is the difference between Property and Dependency Property

Dependency properties are created the same way as properties. Is a dependency property used only while creating a custom control?

c# wpf silverlight dependency-properties