# C1.WPF.Core.ILogicalParent

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_ILogicalParent" data-uid="C1.WPF.Core.ILogicalParent" class="text-break">ILogicalParent Interface
</h1>
  <div class="markdown level0 summary"><p>Defines method to add logical children.</p>
</div>
  <div class="markdown level0 conceptual"></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_ILogicalParent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILogicalParent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ILogicalParent</code></pre>
  </div>
  <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_ILogicalParent_AddLogicalChildInternal_System_Object_" data-uid="C1.WPF.Core.ILogicalParent.AddLogicalChildInternal(System.Object)">
          <a class="xref" href="C1.WPF.Core.ILogicalParent.AddLogicalChildInternal.html#C1_WPF_Core_ILogicalParent_AddLogicalChildInternal_System_Object_">AddLogicalChildInternal(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the provided object to the logical tree of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_ILogicalParent_RemoveLogicalChildInternal_System_Object_" data-uid="C1.WPF.Core.ILogicalParent.RemoveLogicalChildInternal(System.Object)">
          <a class="xref" href="C1.WPF.Core.ILogicalParent.RemoveLogicalChildInternal.html#C1_WPF_Core_ILogicalParent_RemoveLogicalChildInternal_System_Object_">RemoveLogicalChildInternal(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the provided object from this element's logical tree.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
