2 implementations of TextRange
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
667public ITextRange TextRange
System\Windows\Documents\WinRTSpellerInterop.cs (1)
975public ITextRange TextRange { get; }
7 references to TextRange
PresentationFramework (7)
System\Windows\Documents\NLGSpellerInterop.cs (1)
877ITextRange textRange = Segments[Segments.Count - 1].TextRange;
System\Windows\Documents\Speller.cs (3)
878SpellerInteropBase.ITextRange sTextRange = textSegment.TextRange; 926SpellerInteropBase.ITextRange sTextRange = textSegment.TextRange; 1413segments.Add(textSegment.TextRange);
System\Windows\Documents\SpellerInteropBase.cs (2)
34/// Source String for which <see cref="TextRange"/> provides a position 49/// Text represented by <see cref="TextRange"/>
System\Windows\Documents\WinRTSpellerInterop.cs (1)
1073ITextRange textRange = Segments[Segments.Count - 1].TextRange;