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)
845Invariant.Assert(_segments.Count == sentenceSegmentCount); 862return _segments; 902if (_segments != null) 904foreach (SpellerSegment segment in _segments)