# C1.WPF.Core.BindingProxy

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_BindingProxy" data-uid="C1.WPF.Core.BindingProxy" class="text-break">BindingProxy Class
</h1>
  <div class="markdown level0 summary"><p>Useful class to overcome limitation in setting a TemplateBinding property in a visual-state animation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BindingProxy</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_BindingProxy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BindingProxy : Freezable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BindingProxy
    Inherits Freezable
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_BindingProxy__ctor" data-uid="C1.WPF.Core.BindingProxy.#ctor">
          <a class="xref" href="C1.WPF.Core.BindingProxy.-ctor.html#C1_WPF_Core_BindingProxy__ctor">BindingProxy()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_DataProperty" data-uid="C1.WPF.Core.BindingProxy.DataProperty">
          <a class="xref" href="C1.WPF.Core.BindingProxy.DataProperty.html">DataProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_TargetNullValueProperty" data-uid="C1.WPF.Core.BindingProxy.TargetNullValueProperty">
          <a class="xref" href="C1.WPF.Core.BindingProxy.TargetNullValueProperty.html">TargetNullValueProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_Data" data-uid="C1.WPF.Core.BindingProxy.Data">
          <a class="xref" href="C1.WPF.Core.BindingProxy.Data.html#C1_WPF_Core_BindingProxy_Data">Data</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_EffectiveData" data-uid="C1.WPF.Core.BindingProxy.EffectiveData">
          <a class="xref" href="C1.WPF.Core.BindingProxy.EffectiveData.html#C1_WPF_Core_BindingProxy_EffectiveData">EffectiveData</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_TargetNullValue" data-uid="C1.WPF.Core.BindingProxy.TargetNullValue">
          <a class="xref" href="C1.WPF.Core.BindingProxy.TargetNullValue.html#C1_WPF_Core_BindingProxy_TargetNullValue">TargetNullValue</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_CreateInstanceCore" data-uid="C1.WPF.Core.BindingProxy.CreateInstanceCore">
          <a class="xref" href="C1.WPF.Core.BindingProxy.CreateInstanceCore.html#C1_WPF_Core_BindingProxy_CreateInstanceCore">CreateInstanceCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_BindingProxy_PropertyChanged" data-uid="C1.WPF.Core.BindingProxy.PropertyChanged">
          <a class="xref" href="C1.WPF.Core.BindingProxy.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
