<TemplatesExport family="Live Templates">
  <Template uid="14ac195a-dbc3-4d6e-a423-db31d57291c4" text="#region public $type$ $name$&#xD;&#xA;&#xD;&#xA;/// &lt;summary&gt;&#xD;&#xA;/// Identifies the $name$ dependency property.&#xD;&#xA;/// &lt;/summary&gt;&#xD;&#xA;public static DependencyProperty $name$Property =&#xD;&#xA;	DependencyProperty.Register(&quot;$name$&quot;, typeof ($type$), typeof ($ownerType$), null);&#xD;&#xA;&#xD;&#xA;/// &lt;summary&gt;&#xD;&#xA;/// &#xD;&#xA;/// &lt;/summary&gt;&#xD;&#xA;public $type$ $name$&#xD;&#xA;{&#xD;&#xA;	get { return ($type$) GetValue($name$Property); }&#xD;&#xA;&#xD;&#xA;	set { SetValue($name$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;#endregion public $type$ $name$" shortcut="dp" description="DependencyProperty" reformat="true" shortenQualifiedReferences="true">
    <Categories />
    <Variables>
      <Variable name="name" expression="" initialRange="0" />
      <Variable name="type" expression="" initialRange="0" />
      <Variable name="ownerType" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
</TemplatesExport>
