1 write to _highlights
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
480
_highlights
= new DocumentSequenceHighlights(this);
2 references to _highlights
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
478
if (
_highlights
== null)
483
return
_highlights
;