Skip to content

Instantly share code, notes, and snippets.

@haavamoa
Created June 13, 2019 07:38
Show Gist options
  • Save haavamoa/92d236a8bef810cb9c92d10ab28e78c9 to your computer and use it in GitHub Desktop.
Save haavamoa/92d236a8bef810cb9c92d10ab28e78c9 to your computer and use it in GitHub Desktop.
A Resharper Design DataContext Live Template. I use this when I bind the datacontext in code behind.
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance $CLASSNAME$}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment