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