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