Esempio n. 1
0
 internal TextRange(TextPointer from, int length, TextSource source)
     : this(from, from.OffsetColumn(length), source)
 {
 }