2 implementations of ITextRange
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
573
private struct STextRange : SpellerInteropBase.
ITextRange
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
951
private struct TextRange: SpellerInteropBase.
ITextRange
16 references to ITextRange
PresentationFramework (16)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
748
public
ITextRange
TextRange
998
ITextRange
textRange = Segments[Segments.Count - 1].TextRange;
src\Framework\System\Windows\Documents\Speller.cs (11)
953
SpellerInteropBase.
ITextRange
sTextRange = textSegment.TextRange;
1001
SpellerInteropBase.
ITextRange
sTextRange = textSegment.TextRange;
1113
private void MarkErrorRange(TextMap textMap, SpellerInteropBase.
ITextRange
sTextRange)
1173
SpellerInteropBase.
ITextRange
sTextRange;
1261
sTextRange = (SpellerInteropBase.
ITextRange
)segments[Math.Max(i, 0)];
1269
sTextRange = (SpellerInteropBase.
ITextRange
)segments[Math.Min(i, segments.Count-1)];
1317
SpellerInteropBase.
ITextRange
sTextRange;
1326
sTextRange = (SpellerInteropBase.
ITextRange
)segments[0];
1336
sTextRange = (SpellerInteropBase.
ITextRange
)segments[segments.Count - 1];
1348
sTextRange = (SpellerInteropBase.
ITextRange
)segments[index];
1364
sTextRange = (SpellerInteropBase.
ITextRange
)segments[index + 1];
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
42
ITextRange
TextRange { get; }
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
1057
public
ITextRange
TextRange
1165
ITextRange
textRange = Segments[Segments.Count - 1].TextRange;