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