# C1.WPF.Extensions.FindParent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Extensions_FindParent_" data-uid="C1.WPF.Extensions.FindParent*">FindParent Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Extensions_FindParent_" data-uid="C1.WPF.Extensions.FindParent*"></a>
<h4 id="C1_WPF_Extensions_FindParent__1_System_Windows_FrameworkElement_" data-uid="C1.WPF.Extensions.FindParent``1(System.Windows.FrameworkElement)">FindParent&lt;T&gt;(FrameworkElement)</h4>
<div class="markdown level1 summary"><p>Finds the first parent of a given type for a particular FrameworkElement</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static T FindParent&lt;T&gt;(this FrameworkElement elem) where T : FrameworkElement</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function FindParent(Of T As FrameworkElement)(elem As FrameworkElement) As T</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></td>
      <td><span class="parametername">elem</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td><p><returns>The first object whose type is <typeparam name="T"></typeparam></returns></p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
