2 instantiations of HighlightComponent
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
65
HighlightAnchor = new
HighlightComponent
(1, true, type);
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
75
ac = new
HighlightComponent
() as IAnnotationComponent;
20 references to HighlightComponent
PresentationFramework (20)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
304
return typeof(
HighlightComponent
);
574
return typeof(
HighlightComponent
);
MS\Internal\Annotations\Component\HighlightComponent.cs (6)
155
SetValue(
HighlightComponent
.HighlightBrushProperty, value);
161
public static DependencyProperty HighlightBrushProperty = DependencyProperty.Register("HighlightBrushProperty", typeof(Brush), typeof(
HighlightComponent
));
236
AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(
HighlightComponent
)) as AnnotationHighlightLayer;
282
AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(
HighlightComponent
)) as AnnotationHighlightLayer;
332
AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(
HighlightComponent
)) as AnnotationHighlightLayer;
592
AnnotationHighlightLayer highlightLayer = textContainer.Highlights.GetLayer(typeof(
HighlightComponent
)) as AnnotationHighlightLayer;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
756
internal
HighlightComponent
HighlightAnchor
1165
private
HighlightComponent
_highlightAnchor = null; // the HighlightComponent which visualizes the anchor
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
73
else if (attachedAnnotation.Annotation.AnnotationType ==
HighlightComponent
.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (7)
807
(annotationType ==
HighlightComponent
.TypeName ||
885
(annotationType ==
HighlightComponent
.TypeName ||
972
if (
HighlightComponent
.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType))
1019
Annotation annotation = CreateAnnotationForSelection(service, textRange,
HighlightComponent
.TypeName, author);
1026
XmlElement colorsElement = doc.CreateElement(
HighlightComponent
.ColorsContentName, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
1027
colorsElement.SetAttribute(
HighlightComponent
.BackgroundAttributeName, converter.ConvertToInvariantString(color.Value));
1029
AnnotationResource cargo = new AnnotationResource(
HighlightComponent
.HighlightResourceName);
System\Windows\Annotations\AnnotationService.cs (1)
726
AdornerPresentationContext.SetTypeZLevel(typeof(
HighlightComponent
), 1);
System\Windows\Documents\FixedDocument.cs (1)
1114
LogicalDirection.Forward, typeof(
HighlightComponent
)) as AnnotationHighlightLayer.HighlightSegment;