<TemplatesExport family="Live Templates">
  <Template uid="2de93250-6ac5-4155-8df0-e4925130f7ba" shortcut="wpfProp" description="WPF NotifyPropertyChanged Property" text="private $type$ $privName$;&#xD;&#xA;&#xD;&#xA;public $type$ $name$&#xD;&#xA;{&#xD;&#xA;    get { return $privName$; }&#xD;&#xA;    set { $privName$ = value;&#xD;&#xA;        OnPropertyChanged(&quot;$name$&quot;);&#xD;&#xA;    }&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Categories />
    <Variables>
      <Variable name="name" expression="suggestVariableName()" initialRange="0" />
      <Variable name="privName" expression="decapitalize(name)" initialRange="-1" />
      <Variable name="type" expression="" initialRange="1" />
    </Variables>
    <CustomProperties />
  </Template>
</TemplatesExport>
