Implemented interface member:
property
SourceString
System.Windows.Documents.SpellerInteropBase.ISpellerSegment.SourceString
1 write to SourceString
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
902
SourceString
= sourceString;
1 reference to SourceString
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
963
public string Text =>
SourceString
?.Substring(TextRange.Start, TextRange.Length);