2 writes to _segments
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
1046
_segments
= null;
1058
_segments
= _wordBreaker.ComprehensiveGetTokens(_sentence, _spellChecker, _owner);
2 references to _segments
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
1056
if (
_segments
== null)
1061
return
_segments
;