1 instantiation of AnnotationHighlightLayer
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
239highlightLayer = new AnnotationHighlightLayer();
10 references to AnnotationHighlightLayer
PresentationFramework (10)
MS\Internal\Annotations\Component\HighlightComponent.cs (8)
236AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 282AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 332AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 592AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer;
System\Windows\Documents\FixedDocument.cs (2)
1111AnnotationHighlightLayer.HighlightSegment highlightSegment = highlights.GetHighlightValue(highlightRangeStart, 1112LogicalDirection.Forward, typeof(HighlightComponent)) as AnnotationHighlightLayer.HighlightSegment;