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)
654
if (
_subSegments
== null)
659
return
_subSegments
;
746
if (
_subSegments
!= null)
748
foreach (SpellerSegment subSegment in
_subSegments
)