Implemented interface member:
property
TextRange
System.Windows.Documents.SpellerInteropBase.ISpellerSegment.TextRange
1 write to TextRange
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
903
TextRange
= textRange;
4 references to TextRange
PresentationFramework (4)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
963
public string Text => SourceString?.Substring(
TextRange
.Start,
TextRange
.Length);
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (2)
179
var altForm = documentText.Substring(lastToken.
TextRange
.Start, lastTokenText.Length + i).TrimEnd('\0').TrimEnd();
188
lastToken.
TextRange
.Start,