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