Click here to Skip to main content
15,896,439 members
Articles / Desktop Programming / WPF

How to simplify coding DependencyProperty in WPF and Silverlight

Rate me:
Please Sign up or sign in to vote.
4.44/5 (5 votes)
19 Jan 2012CPOL 16.9K  
Visual Studio already has built-in "code snippets" to handle this; type "propdp" and hit tab. For some reason this doesn't work in Silverlight projects, but you can get around this by copying the snippet from a WPF project into the Silverlight snippets list.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
None Yet!
United States United States
Ed is an aspiring .NET developer recently graduated from college at the University of Cincinnati in southwestern Ohio. Aside from programming, he is interested in strategy games such as "Space Empires V" and "roguelike" games such as "Angband", and would like to program such games as well! Ed is currently looking for a .NET development role, and can be reached at edkolis@gmail.com.

Comments and Discussions