A property in WPF and Silverlight that can be set through methods such as, styling, data binding, animation, and inheritance.
I have a MainWindow containing a UserControl, both implemented in MVVM-pattern. The MainWindowVM has properties that I want to bind …
wpf mvvm dependency-propertiesI have a dependency property defined in my window as below: public static readonly DependencyProperty IsGenericUserProperty = DependencyProperty.Register("IsGenericUser", typeof (…
wpf button binding dependency-properties isenabledI have created a usercontrol, which has 2 dependency properties. I want to bind those dependency properties to the mainViewModel's property, …
wpf dependency-propertiesI have a custom login usercontrol that has a normal textbox and a passwordbox. Blend refuses to cooperate with the …
wpf dependency-propertiesI am going insane trying to get this to work with even the most basic example. I cannot for the …
wpf wpf-controls dependency-propertiesI have created an Image within a ButtonStyle. Now I have created an Attached Property so that I can set …
.net wpf silverlight dependency-properties attached-propertiesWhat's the difference between the two, when should RegisterAttached() be used instead of .Register()?
wpf workflow-foundation dependency-propertiesIs there any way to speed up creating dependency properties in Visual Studio? Like some template or refactoring option that …
.net wpf visual-studio binding dependency-propertiesMultiple sources on the net tells us that, in MVVM, communication/synchronization between views and viewmodels should happen through dependency …
c# wpf mvvm dependency-propertiesI am using the Infragistics XamDateTimeEditor control and I want to add a dependency property to it to allow the …
wpf dependency-properties infragistics