// Token: 0x06008614 RID: 34324 RVA: 0x0024B97A File Offset: 0x00249B7A
 public SpellerSegment(string sourceString, SpellerInteropBase.ITextRange textRange, SpellChecker spellChecker, WinRTSpellerInterop owner)
 {
     this._spellChecker = spellChecker;
     this._suggestions  = null;
     this.Owner         = owner;
     this.SourceString  = sourceString;
     this.TextRange     = textRange;
 }
 // Token: 0x06008610 RID: 34320 RVA: 0x0024B94E File Offset: 0x00249B4E
 public TextRange(SpellerInteropBase.ITextRange textRange)
 {
     this = new WinRTSpellerInterop.TextRange(textRange.Start, textRange.Length);
 }