2 writes to _subSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
634_subSegments = subSegments.AsReadOnly(); 754_subSegments = null;
4 references to _subSegments
PresentationFramework (4)
System\Windows\Documents\NLGSpellerInterop.cs (4)
654if (_subSegments == null) 659return _subSegments; 746if (_subSegments != null) 748foreach (SpellerSegment subSegment in _subSegments)