1 instantiation of AnnotationHighlightLayer
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
257
highlightLayer = new
AnnotationHighlightLayer
();
10 references to AnnotationHighlightLayer
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (8)
254
AnnotationHighlightLayer
highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as
AnnotationHighlightLayer
;
304
AnnotationHighlightLayer
highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as
AnnotationHighlightLayer
;
356
AnnotationHighlightLayer
highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as
AnnotationHighlightLayer
;
626
AnnotationHighlightLayer
highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as
AnnotationHighlightLayer
;
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
1158
AnnotationHighlightLayer
.HighlightSegment highlightSegment = highlights.GetHighlightValue(highlightRangeStart,
1159
LogicalDirection.Forward, typeof(HighlightComponent)) as
AnnotationHighlightLayer
.HighlightSegment;