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