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