# C1.C1Preview.RenderFragment.InternalPrepareForReresolving

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderFragment_InternalPrepareForReresolving_" data-uid="C1.C1Preview.RenderFragment.InternalPrepareForReresolving*">InternalPrepareForReresolving Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderFragment_InternalPrepareForReresolving_" data-uid="C1.C1Preview.RenderFragment.InternalPrepareForReresolving*"></a>
<h4 id="C1_C1Preview_RenderFragment_InternalPrepareForReresolving_C1_C1Preview_FragmentResolvedInfo_C1_C1Preview_FragmentResolvedInfo_C1_C1Preview_SplitParams_System_Boolean__" data-uid="C1.C1Preview.RenderFragment.InternalPrepareForReresolving(C1.C1Preview.FragmentResolvedInfo,C1.C1Preview.FragmentResolvedInfo,C1.C1Preview.SplitParams,System.Boolean@)">InternalPrepareForReresolving(FragmentResolvedInfo, FragmentResolvedInfo, SplitParams, ref bool)</h4>
<div class="markdown level1 summary"><p>Override this method to perform additional initializations of resolved info
of object on reresolving.
Some dimensions of object do not change when it splits, so you
can use this method to copy some information from
old resolved info to new resolved info.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void InternalPrepareForReresolving(FragmentResolvedInfo newResolvedInfo, FragmentResolvedInfo oldResolvedInfo, SplitParams p, ref bool forceChildrenReresolving)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub InternalPrepareForReresolving(newResolvedInfo As FragmentResolvedInfo, oldResolvedInfo As FragmentResolvedInfo, p As SplitParams, ByRef forceChildrenReresolving As Boolean)</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><span class="xref">FragmentResolvedInfo</span></td>
      <td><span class="parametername">newResolvedInfo</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">FragmentResolvedInfo</span></td>
      <td><span class="parametername">oldResolvedInfo</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">SplitParams</span></td>
      <td><span class="parametername">p</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">forceChildrenReresolving</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
