2 writes to _subSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
639_subSegments = subSegments.AsReadOnly(); 759_subSegments = null;
4 references to _subSegments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
659if (_subSegments == null) 664return _subSegments; 751if (_subSegments != null) 753foreach (SpellerSegment subSegment in _subSegments)