2 implementations of TextRange
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
666
public ITextRange
TextRange
System\Windows\Documents\WinRTSpellerInterop.cs (1)
974
public ITextRange
TextRange
{ get; }
7 references to TextRange
PresentationFramework (7)
System\Windows\Documents\NLGSpellerInterop.cs (1)
876
ITextRange textRange = Segments[Segments.Count - 1].
TextRange
;
System\Windows\Documents\Speller.cs (3)
877
SpellerInteropBase.ITextRange sTextRange = textSegment.
TextRange
;
925
SpellerInteropBase.ITextRange sTextRange = textSegment.
TextRange
;
1412
segments.Add(textSegment.
TextRange
);
System\Windows\Documents\SpellerInteropBase.cs (2)
33
/// Source String for which <see cref="
TextRange
"/> provides a position
48
/// Text represented by <see cref="
TextRange
"/>
System\Windows\Documents\WinRTSpellerInterop.cs (1)
1072
ITextRange textRange = Segments[Segments.Count - 1].
TextRange
;