2 writes to _segments
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
1131
_segments
= null;
1150
_segments
= segments.AsReadOnly();
2 references to _segments
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
1141
if (
_segments
== null)
1153
return
_segments
;