1 instantiation of AnnotationHighlightLayer
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
247highlightLayer = new AnnotationHighlightLayer();
10 references to AnnotationHighlightLayer
PresentationFramework (10)
MS\Internal\Annotations\Component\HighlightComponent.cs (8)
244AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 290AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 340AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 600AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer;
System\Windows\Documents\FixedDocument.cs (2)
1122AnnotationHighlightLayer.HighlightSegment highlightSegment = highlights.GetHighlightValue(highlightRangeStart, 1123LogicalDirection.Forward, typeof(HighlightComponent)) as AnnotationHighlightLayer.HighlightSegment;