5 references to TypeName
PresentationFramework (5)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
77else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (4)
821(annotationType == HighlightComponent.TypeName || 899(annotationType == HighlightComponent.TypeName || 986if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType)) 1033Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.TypeName, author);