1 write to _segment
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
989
_segment
= segment;
2 references to _segment
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
1019
spellingErrors = _spellChecker.ComprehensiveCheck(
_segment
.Text);
1061
return new TextRange(
_segment
.SourceTextSegment);