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