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