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