# C1.WPF.LiveLinq.WpfExtensions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_LiveLinq_WpfExtensions" data-uid="C1.WPF.LiveLinq.WpfExtensions" class="text-break">WpfExtensions Class
</h1>
  <div class="markdown level0 summary"><p>Provides a set of static (extension) methods for <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a>
and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection&lt;T&gt;</a> types (specific to WPF).</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">WpfExtensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.LiveLinq.html">C1.WPF.LiveLinq</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_WPF_LiveLinq_WpfExtensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class WpfExtensions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module WpfExtensions</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_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ObservableCollection___0__" data-uid="C1.WPF.LiveLinq.WpfExtensions.AsLive``1(System.Collections.ObjectModel.ObservableCollection{``0})">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ObservableCollection___0__">AsLive&lt;T&gt;(ObservableCollection&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_">AsLive&lt;T&gt;(INotifyCollectionChanged)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ObservableCollection___0__C1_LiveLinq_LiveViews_ViewOrder_" data-uid="C1.WPF.LiveLinq.WpfExtensions.AsLive``1(System.Collections.ObjectModel.ObservableCollection{``0},C1.LiveLinq.LiveViews.ViewOrder)">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ObservableCollection___0__C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(ObservableCollection&lt;T&gt;, ViewOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(INotifyCollectionChanged, ViewOrder)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ReadOnlyObservableCollection___0__" data-uid="C1.WPF.LiveLinq.WpfExtensions.AsLive``1(System.Collections.ObjectModel.ReadOnlyObservableCollection{``0})">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ReadOnlyObservableCollection___0__">AsLive&lt;T&gt;(ReadOnlyObservableCollection&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_">AsLive&lt;T&gt;(INotifyCollectionChanged)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ReadOnlyObservableCollection___0__C1_LiveLinq_LiveViews_ViewOrder_" data-uid="C1.WPF.LiveLinq.WpfExtensions.AsLive``1(System.Collections.ObjectModel.ReadOnlyObservableCollection{``0},C1.LiveLinq.LiveViews.ViewOrder)">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_ObjectModel_ReadOnlyObservableCollection___0__C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(ReadOnlyObservableCollection&lt;T&gt;, ViewOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(INotifyCollectionChanged, ViewOrder)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_" data-uid="C1.WPF.LiveLinq.WpfExtensions.AsLive``1(System.Collections.Specialized.INotifyCollectionChanged)">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_">AsLive&lt;T&gt;(INotifyCollectionChanged)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a view based on the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a> data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_C1_LiveLinq_LiveViews_ViewOrder_" data-uid="C1.WPF.LiveLinq.WpfExtensions.AsLive``1(System.Collections.Specialized.INotifyCollectionChanged,C1.LiveLinq.LiveViews.ViewOrder)">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.AsLive.html#C1_WPF_LiveLinq_WpfExtensions_AsLive__1_System_Collections_Specialized_INotifyCollectionChanged_C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(INotifyCollectionChanged, ViewOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a view based on the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a> data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_ToIndexed__1_System_Collections_ObjectModel_ObservableCollection___0__" data-uid="C1.WPF.LiveLinq.WpfExtensions.ToIndexed``1(System.Collections.ObjectModel.ObservableCollection{``0})">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.ToIndexed.html#C1_WPF_LiveLinq_WpfExtensions_ToIndexed__1_System_Collections_ObjectModel_ObservableCollection___0__">ToIndexed&lt;T&gt;(ObservableCollection&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.ToIndexed.html#C1_WPF_LiveLinq_WpfExtensions_ToIndexed__1_System_Collections_Specialized_INotifyCollectionChanged_">ToIndexed&lt;T&gt;(INotifyCollectionChanged)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_LiveLinq_WpfExtensions_ToIndexed__1_System_Collections_Specialized_INotifyCollectionChanged_" data-uid="C1.WPF.LiveLinq.WpfExtensions.ToIndexed``1(System.Collections.Specialized.INotifyCollectionChanged)">
          <a class="xref" href="C1.WPF.LiveLinq.WpfExtensions.ToIndexed.html#C1_WPF_LiveLinq_WpfExtensions_ToIndexed__1_System_Collections_Specialized_INotifyCollectionChanged_">ToIndexed&lt;T&gt;(INotifyCollectionChanged)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an <a class="xref" href="C1.LiveLinq.Collections.IndexedCollection-1.html">IndexedCollection&lt;T&gt;</a> based on the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a> data source.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
