2 implementations of TextRange
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
666public ITextRange TextRange
System\Windows\Documents\WinRTSpellerInterop.cs (1)
974public ITextRange TextRange { get; }
5 references to TextRange
PresentationFramework (5)
System\Windows\Documents\NLGSpellerInterop.cs (1)
876ITextRange textRange = Segments[Segments.Count - 1].TextRange;
System\Windows\Documents\Speller.cs (3)
874SpellerInteropBase.ITextRange sTextRange = textSegment.TextRange; 922SpellerInteropBase.ITextRange sTextRange = textSegment.TextRange; 1409segments.Add(textSegment.TextRange);
System\Windows\Documents\WinRTSpellerInterop.cs (1)
1072ITextRange textRange = Segments[Segments.Count - 1].TextRange;