1 write to _highlightLayer
PresentationFramework (1)
System\Windows\Documents\ChildDocumentBlock.cs (1)
129
_highlightLayer
= new DocumentSequenceHighlightLayer(_aggregatedContainer);
3 references to _highlightLayer
PresentationFramework (3)
System\Windows\Documents\ChildDocumentBlock.cs (3)
127
if (
_highlightLayer
== null)
131
ChildContainer.Highlights.AddLayer(
_highlightLayer
);
133
return
_highlightLayer
;