1 instantiation of AnnotationHighlightLayer
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
238highlightLayer = new AnnotationHighlightLayer();
10 references to AnnotationHighlightLayer
PresentationFramework (10)
MS\Internal\Annotations\Component\HighlightComponent.cs (8)
235AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 281AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 331AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 591AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer;
System\Windows\Documents\FixedDocument.cs (2)
1112AnnotationHighlightLayer.HighlightSegment highlightSegment = highlights.GetHighlightValue(highlightRangeStart, 1113LogicalDirection.Forward, typeof(HighlightComponent)) as AnnotationHighlightLayer.HighlightSegment;