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