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