Example #1
0
 public int GetPairExtents(TextSpan[] pSpanIn, TextSpan[] pSpanOut)
 {
     return(_textBuffer.GetPairExtents(pSpanIn, pSpanOut));
 }