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