2 writes to _segments
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
1045
_segments
= null;
1057
_segments
= _wordBreaker.ComprehensiveGetTokens(_sentence, _spellChecker, _owner);
2 references to _segments
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
1055
if (
_segments
== null)
1060
return
_segments
;