2 instantiations of HighlightComponent
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
64HighlightAnchor = new HighlightComponent(1, true, type);
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
74ac = new HighlightComponent() as IAnnotationComponent;
20 references to HighlightComponent
PresentationFramework (20)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
303return typeof(HighlightComponent); 573return typeof(HighlightComponent);
MS\Internal\Annotations\Component\HighlightComponent.cs (6)
154SetValue(HighlightComponent.HighlightBrushProperty, value); 160public static DependencyProperty HighlightBrushProperty = DependencyProperty.Register("HighlightBrushProperty", typeof(Brush), typeof(HighlightComponent)); 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;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
753internal HighlightComponent HighlightAnchor 1162private HighlightComponent _highlightAnchor = null; // the HighlightComponent which visualizes the anchor
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
72else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (7)
806(annotationType == HighlightComponent.TypeName || 884(annotationType == HighlightComponent.TypeName || 971if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType)) 1018Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.TypeName, author); 1025XmlElement colorsElement = doc.CreateElement(HighlightComponent.ColorsContentName, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 1026colorsElement.SetAttribute(HighlightComponent.BackgroundAttributeName, converter.ConvertToInvariantString(color.Value)); 1028AnnotationResource cargo = new AnnotationResource(HighlightComponent.HighlightResourceName);
System\Windows\Annotations\AnnotationService.cs (1)
725AdornerPresentationContext.SetTypeZLevel(typeof(HighlightComponent), 1);
System\Windows\Documents\FixedDocument.cs (1)
1113LogicalDirection.Forward, typeof(HighlightComponent)) as AnnotationHighlightLayer.HighlightSegment;