1 instantiation of TextSelectionHighlightLayer
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1812_highlightLayer = new TextSelectionHighlightLayer(this);
3 references to TextSelectionHighlightLayer
PresentationFramework (3)
System\windows\Documents\TextSelection.cs (3)
1826TextSelectionHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(TextSelection)) as TextSelectionHighlightLayer; 2724private TextSelectionHighlightLayer _highlightLayer;