2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
650public string Text => SourceString?.Substring(TextRange.Start, TextRange.Length);
System\Windows\Documents\WinRTSpellerInterop.cs (1)
971public string Text => SourceString?.Substring(TextRange.Start, TextRange.Length);