2 writes to _segments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
843
_segments
= segments.AsReadOnly();
909
_segments
= null;
4 references to _segments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
845
Invariant.Assert(
_segments
.Count == sentenceSegmentCount);
862
return
_segments
;
902
if (
_segments
!= null)
904
foreach (SpellerSegment segment in
_segments
)