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)
844Invariant.Assert(_segments.Count == sentenceSegmentCount); 861return _segments; 901if (_segments != null) 903foreach (SpellerSegment segment in _segments)