1 write to _highlightLayer
PresentationFramework (1)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (1)
132_highlightLayer = new DocumentSequenceHighlightLayer(_aggregatedContainer);
3 references to _highlightLayer
PresentationFramework (3)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (3)
130if (_highlightLayer == null) 134ChildContainer.Highlights.AddLayer(_highlightLayer); 136return _highlightLayer;