2 instantiations of HighlightComponent
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
71HighlightAnchor = new HighlightComponent(1, true, type);
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
79ac = new HighlightComponent() as IAnnotationComponent;
20 references to HighlightComponent
PresentationFramework (20)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
311return typeof(HighlightComponent); 581return typeof(HighlightComponent);
MS\Internal\Annotations\Component\HighlightComponent.cs (6)
163SetValue(HighlightComponent.HighlightBrushProperty, value); 169public static DependencyProperty HighlightBrushProperty = DependencyProperty.Register("HighlightBrushProperty", typeof(Brush), typeof(HighlightComponent)); 244AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 290AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 340AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer; 600AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(HighlightComponent)) as AnnotationHighlightLayer;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
756internal HighlightComponent HighlightAnchor 1165private HighlightComponent _highlightAnchor = null; // the HighlightComponent which visualizes the anchor
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
77else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (7)
821(annotationType == HighlightComponent.TypeName || 899(annotationType == HighlightComponent.TypeName || 986if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType)) 1033Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.TypeName, author); 1040XmlElement colorsElement = doc.CreateElement(HighlightComponent.ColorsContentName, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 1041colorsElement.SetAttribute(HighlightComponent.BackgroundAttributeName, converter.ConvertToInvariantString(color.Value)); 1043AnnotationResource cargo = new AnnotationResource(HighlightComponent.HighlightResourceName);
System\Windows\Annotations\AnnotationService.cs (1)
743AdornerPresentationContext.SetTypeZLevel(typeof(HighlightComponent), 1);
System\Windows\Documents\FixedDocument.cs (1)
1123LogicalDirection.Forward, typeof(HighlightComponent)) as AnnotationHighlightLayer.HighlightSegment;