Exemplo n.º 1
0
 /// <summary>
 /// <see cref="ITextPointer.GetTextInRun(LogicalDirection,char[],int,int)"/>
 /// </summary>
 /// <remarks>Only reutrn uninterrupted runs of text</remarks>
 int ITextPointer.GetTextInRun(LogicalDirection direction, char[] textBuffer, int startIndex, int count)
 {
     return(DocumentSequenceTextPointer.GetTextInRun(this, direction, textBuffer, startIndex, count));
 }