Quickly create dependency properties in VS

Rasto picture Rasto · Jan 15, 2011 · Viewed 18.9k times · Source

Is there any way to speed up creating dependency properties in Visual Studio? Like some template or refactoring option that will make dependency property out of normal one. Anything. I create a lot of dependency properties right now.

Answer

H.B. picture H.B. · Jan 15, 2011

The code snippet for DPs is propdp, enter that and hit tab twice, then cycle through the fields with tab and fill them in.