A property in WPF and Silverlight that can be set through methods such as, styling, data binding, animation, and inheritance.
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-propertiesI have problem and i don't know how to solve this simple, i have many points like this, then solution …
c# data-binding dependency-propertiesPossiblity: What is a dependency property? What is a dependency property? How does it differ from a normal property? What …
c# .net wpf silverlight dependency-propertiesThe line below works for the TextBox DP Text, where CellNo is a property of a class which derives from …
wpf binding dependency-propertiesHow 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-propertiesI have a large solution with number of projects. Some the projects depend on others (never a circular dependency though). …
visual-studio-2010 project dependency-propertiesThis 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-propertiesI'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-propertiesI have a TextBox Binded to a dependancy property, I have implemented a PropertyChangedCallBack function, when the text changes I …
c# wpf static dependency-properties propertychangedDependency properties are created the same way as properties. Is a dependency property used only while creating a custom control?
c# wpf silverlight dependency-properties