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