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)
659
if (
_subSegments
== null)
664
return
_subSegments
;
751
if (
_subSegments
!= null)
753
foreach (SpellerSegment subSegment in
_subSegments
)