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)
736
if (
_subSegments
== null)
741
return
_subSegments
;
860
if (
_subSegments
!= null)
862
foreach (SpellerSegment subSegment in
_subSegments
)