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