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)
1834
TextSelectionHighlightLayer
highlightLayer = textContainer.Highlights.GetLayer(typeof(TextSelection)) as
TextSelectionHighlightLayer
;
2737
private
TextSelectionHighlightLayer
_highlightLayer;