Implemented interface member:
property
Text
System.Windows.Documents.SpellerInteropBase.ISpellerSegment.Text
4 references to Text
PresentationFramework (4)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
930
spellingErrors =
Text
!= null ? _spellChecker.ComprehensiveCheck(
Text
) : null;
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (2)
160
string lastTokenText = lastToken?.
Text
;
161
string missingFragmentText = missingFragment?.
Text
.TrimEnd('\0');