2 implementations of TextRange
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
748public ITextRange TextRange
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
1057public ITextRange TextRange
5 references to TextRange
PresentationFramework (5)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
998ITextRange textRange = Segments[Segments.Count - 1].TextRange;
src\Framework\System\Windows\Documents\Speller.cs (3)
953SpellerInteropBase.ITextRange sTextRange = textSegment.TextRange; 1001SpellerInteropBase.ITextRange sTextRange = textSegment.TextRange; 1500segments.Add(textSegment.TextRange);
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
1165ITextRange textRange = Segments[Segments.Count - 1].TextRange;