5 references to TypeName
PresentationFramework (5)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
72
else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.
TypeName
)
System\Windows\Annotations\AnnotationHelper.cs (4)
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);