2 writes to _subSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
635_subSegments = subSegments.AsReadOnly(); 755_subSegments = null;
4 references to _subSegments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
655if (_subSegments == null) 660return _subSegments; 747if (_subSegments != null) 749foreach (SpellerSegment subSegment in _subSegments)