# C1.WPF.ExpressionEditor.IHighlighter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_IHighlighter" data-uid="C1.WPF.ExpressionEditor.IHighlighter" class="text-break">IHighlighter Interface
</h1>
  <div class="markdown level0 summary"><p>The interface of the ExpressionEditor highlighter.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ExpressionEditor.html">C1.WPF.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ExpressionEditor.4.6.2.dll</h6>
  <h5 id="C1_WPF_ExpressionEditor_IHighlighter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHighlighter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHighlighter</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_ExpressionEditor_IHighlighter_Highlight_System_Windows_Documents_TextPointer_" data-uid="C1.WPF.ExpressionEditor.IHighlighter.Highlight(System.Windows.Documents.TextPointer)">
          <a class="xref" href="C1.WPF.ExpressionEditor.IHighlighter.Highlight.html#C1_WPF_ExpressionEditor_IHighlighter_Highlight_System_Windows_Documents_TextPointer_">Highlight(TextPointer)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_IHighlighter_InitRules_System_Collections_Generic_List_C1_WPF_ExpressionEditor_BaseRule__" data-uid="C1.WPF.ExpressionEditor.IHighlighter.InitRules(System.Collections.Generic.List{C1.WPF.ExpressionEditor.BaseRule})">
          <a class="xref" href="C1.WPF.ExpressionEditor.IHighlighter.InitRules.html#C1_WPF_ExpressionEditor_IHighlighter_InitRules_System_Collections_Generic_List_C1_WPF_ExpressionEditor_BaseRule__">InitRules(List&lt;BaseRule&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_IHighlighter_Tokenize_System_String_" data-uid="C1.WPF.ExpressionEditor.IHighlighter.Tokenize(System.String)">
          <a class="xref" href="C1.WPF.ExpressionEditor.IHighlighter.Tokenize.html#C1_WPF_ExpressionEditor_IHighlighter_Tokenize_System_String_">Tokenize(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_IHighlighter_UpdateFields_System_Collections_Generic_List_System_String__" data-uid="C1.WPF.ExpressionEditor.IHighlighter.UpdateFields(System.Collections.Generic.List{System.String})">
          <a class="xref" href="C1.WPF.ExpressionEditor.IHighlighter.UpdateFields.html#C1_WPF_ExpressionEditor_IHighlighter_UpdateFields_System_Collections_Generic_List_System_String__">UpdateFields(List&lt;string&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_IHighlighter_UpdateFunctionss_System_Collections_Generic_List_System_String__" data-uid="C1.WPF.ExpressionEditor.IHighlighter.UpdateFunctionss(System.Collections.Generic.List{System.String})">
          <a class="xref" href="C1.WPF.ExpressionEditor.IHighlighter.UpdateFunctionss.html#C1_WPF_ExpressionEditor_IHighlighter_UpdateFunctionss_System_Collections_Generic_List_System_String__">UpdateFunctionss(List&lt;string&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
