1 instantiation of TextSelectionHighlightLayer
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1820_highlightLayer = new TextSelectionHighlightLayer(this);
3 references to TextSelectionHighlightLayer
PresentationFramework (3)
src\Framework\System\windows\Documents\TextSelection.cs (3)
1834TextSelectionHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(TextSelection)) as TextSelectionHighlightLayer; 2737private TextSelectionHighlightLayer _highlightLayer;