2 writes to _segments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
842
_segments
= segments.AsReadOnly();
908
_segments
= null;
4 references to _segments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
844
Invariant.Assert(
_segments
.Count == sentenceSegmentCount);
861
return
_segments
;
901
if (
_segments
!= null)
903
foreach (SpellerSegment segment in
_segments
)