2 writes to _subSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
715_subSegments = subSegments.AsReadOnly(); 868_subSegments = null;
4 references to _subSegments
PresentationFramework (4)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (4)
736if (_subSegments == null) 741return _subSegments; 860if (_subSegments != null) 862foreach (SpellerSegment subSegment in _subSegments)