2 writes to _segments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
847_segments = segments.AsReadOnly(); 913_segments = null;
4 references to _segments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
849Invariant.Assert(_segments.Count == sentenceSegmentCount); 866return _segments; 906if (_segments != null) 908foreach (SpellerSegment segment in _segments)