2 writes to _segments
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
964
_segments
= segments.AsReadOnly();
1038
_segments
= null;
4 references to _segments
PresentationFramework (4)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (4)
966
Invariant.Assert(
_segments
.Count == sentenceSegmentCount);
983
return
_segments
;
1031
if (
_segments
!= null)
1033
foreach (SpellerSegment segment in
_segments
)