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