5 references to TypeName
PresentationFramework (5)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
73else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (4)
807(annotationType == HighlightComponent.TypeName || 885(annotationType == HighlightComponent.TypeName || 972if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType)) 1019Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.TypeName, author);