2 writes to _segments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
847
_segments
= segments.AsReadOnly();
913
_segments
= null;
4 references to _segments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
849
Invariant.Assert(
_segments
.Count == sentenceSegmentCount);
866
return
_segments
;
906
if (
_segments
!= null)
908
foreach (SpellerSegment segment in
_segments
)