Updated WPF Snippets for VS

In case you haven’t already come accross this, SerialSeb has posted a set of VS / C# snippets for WPF that I really prefer to the ones that come with the VS Extensions.  You can check them out here.

One Response to “Updated WPF Snippets for VS”

  1. Aaron Says:

    FYI:
    I created a few a while back that ad to the built ins –
    my favorite is:

    propdpc
    Create a new dependency property, using FrameworkPropertyMetadata, which is normally more useful than PropertyMetadata, and also an event to handle when the property changes (for those occasions when the Options flags don’t suffice).

    They’re here:
    http://www.wiredprairie.us/journal/2007/02/a_few_handy_wpf_visual_studio.html

Leave a Reply