5 references to TypeName
PresentationFramework (5)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
72else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (4)
806(annotationType == HighlightComponent.TypeName || 884(annotationType == HighlightComponent.TypeName || 971if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType)) 1018Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.TypeName, author);